A unique identifier for this operator.
The query text, in tree-sitter query syntax, used to find the code snippets that can be mutated.
Get the nodes that can potentially be mutated, based on the matches of the query.
Not every query match will be mutable, since the query may be optimized for performance and return more nodes than needed, or the mutation may not be applicable to all matches.
Get a code mutation that introduces an issue in the given match. Returns null
if the match is not mutable.
Optional
options: MutationGenerationOptions
Represents a operator that defines how to find and modify a specific part of the code to introduce a mutation.