CallGraph.with_name_prefix()
Returns the list of call nodes whose corresponding function name has the specified suffix.
with_name_prefix(
suffix: str
,
sensitivity: bool = True
) β
APIList
[
CallNode
]
Query Example
Example Output
Last updated