Readonly
callOptional
Readonly
callShould we automatically add the ^
and $
anchors to the regex to make it an exact match?
Optional
Readonly
callCall targets the function may have. This defaults to CallTargets#Any. Request this specifically to gain all call targets we can resolve.
Optional
Readonly
fileFilter that, when set, a node's file attribute must match to be considered
Optional
Readonly
includeConsider a case like f <- function_of_interest
, do you want uses of f
to be included in the results?
Optional
Readonly
kindkind may be a step or anything that you attach to the call, this can be used to group calls together (e.g., linking ggplot
to visualize
). Defaults to .
Optional
Readonly
subkindsubkinds are used to uniquely identify the respective call type when grouping the output (e.g., the normalized name, linking ggplot
to plot
). Defaults to .
Readonly
typeused to select the query type :)
Regex regarding the function name, please note that strings will be interpreted as regular expressions too!