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

Method FreeObjectCallback

flowgraph.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126void FlowGraph::FreeObjectCallback(void* ctxt)
127{
128 FlowGraph* graph = (FlowGraph*)ctxt;
129 graph->ReleaseForRegistration();
130}
131
132
133void FlowGraph::FinishPrepareForLayout()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected