Instructions.without_callee_function_names()
Adds a filter to get instructions that don't call a function with the given name.
Last updated
Adds a filter to get instructions that don't call a function with the given name.
Last updated
without_callee_function_names(
name: str
,
sensitivity: bool = True
) →
Instructions