MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / CoreFlowGraph

Method CoreFlowGraph

flowgraph.cpp:466–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464
465
466CoreFlowGraph::CoreFlowGraph(BNFlowGraph* graph) : FlowGraph(graph)
467{
468 m_queryMode = BNFlowGraphUpdateQueryMode(GetObject());
469}
470
471
472bool CoreFlowGraph::HasUpdates() const

Callers 7

_show_graph_reportMethod · 0.80
_report_from_indexMethod · 0.80
create_graphMethod · 0.80
create_graphMethod · 0.80
create_graphMethod · 0.80
create_graphMethod · 0.80

Calls 1

GetObjectFunction · 0.85

Tested by

no test coverage detected