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

Method _apply_to_flow_graph

python/renderlayer.py:116–120  ·  view source on GitHub ↗
(self, ctxt, graph)

Source from the content-addressed store, hash-verified

114 return f'<RenderLayer: {self.name}>'
115
116 def _apply_to_flow_graph(self, ctxt, graph):
117 try:
118 self.apply_to_flow_graph(binaryninja.FlowGraph(handle=core.BNNewFlowGraphReference(graph)))
119 except:
120 log_error(traceback.format_exc())
121
122 def _apply_to_linear_view_object(self, ctxt, obj, prev, next, in_lines, in_line_count, out_lines, out_line_count):
123 try:

Callers

nothing calls this directly

Calls 3

apply_to_flow_graphMethod · 0.95
log_errorFunction · 0.85
FlowGraphMethod · 0.80

Tested by

no test coverage detected