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