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

Method ApplyToFlowGraphCallback

renderlayer.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42void RenderLayer::ApplyToFlowGraphCallback(void* ctxt, BNFlowGraph* graph)
43{
44 RenderLayer* layer = (RenderLayer*)ctxt;
45 layer->ApplyToFlowGraph(new CoreFlowGraph(BNNewFlowGraphReference(graph)));
46}
47
48
49void RenderLayer::ApplyToLinearViewObjectCallback(

Callers

nothing calls this directly

Calls 1

ApplyToFlowGraphMethod · 0.80

Tested by

no test coverage detected