Instructions.with_callee_function_name()
with_callee_function_name(name: str, sensitivity: bool = True) →
Instructions
Adds a filter to get Instructions that call a function with the given name.
Return type
Query Example
Output Example
PreviousInstructions.with_all_callee_function_names()NextInstructions.with_callee_function_name_prefix()
Last updated