Only returns search elements whose enrichments' JSON representations match a given test regular expression. This filter accepts MatchesEnrichmentArgs, which includes the enrichment to match for, as well as the regular expression to test the enrichment's (non-pretty-printed) JSON representation for. To test for included function names in an enrichment like Enrichment.CallTargets, the helper function testFunctionsIgnoringPackage can be used.
Only returns search elements whose FunctionOriginInformation match a given pattern or value. This filter accepts OriginKindArgs, which includes the DataflowGraphVertexFunctionCall.origin to match for, whether to match for every or some origins, and whether to include non-function-calls in the filtered query.
Drops search elements that represent empty arguments. Specifically, all nodes that are arguments and have an undefined name are skipped. This filter does not accept any arguments.