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

Method ApplyToFlowGraph

renderlayer.cpp:166–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165
166void RenderLayer::ApplyToFlowGraph(Ref<FlowGraph> graph)
167{
168 for (auto node: graph->GetNodes())
169 {
170 auto lines = node->GetLines();
171 if (node->GetBasicBlock())
172 {
173 ApplyToBlock(node->GetBasicBlock(), lines);
174 }
175 node->SetLines(lines);
176 }
177}
178
179
180void RenderLayer::ApplyToLinearViewObject(

Callers 1

Calls 5

GetNodesMethod · 0.80
SetLinesMethod · 0.80
GetLinesMethod · 0.45
GetBasicBlockMethod · 0.45
GetObjectMethod · 0.45

Tested by

no test coverage detected