Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ show_hierarchy_graph
Method
show_hierarchy_graph
python/commonil.py:59–60 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
57
58
@classmethod
59
def
show_hierarchy_graph(cls):
60
show_graph_report(f
"{cls.__name__}"
, cls.add_subgraph(FlowGraph(), {}))
61
62
63
@dataclass(frozen=True, repr=False, eq=False)
Callers
nothing calls this directly
Calls
3
show_graph_report
Function · 0.85
add_subgraph
Method · 0.80
FlowGraph
Class · 0.70
Tested by
no test coverage detected