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

Method _to_core_struct

python/flowgraph.py:69–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 self.color = theme_color if theme_color is not None else ThemeColor.AddressColor
68
69 def _to_core_struct(self) -> core.BNEdgeStyle:
70 result = core.BNEdgeStyle()
71 result.style = int(self.style)
72 result.width = self.width
73 result.color = self.color
74 return result
75
76 @staticmethod
77 def from_core_struct(edge_style):

Callers 1

add_outgoing_edgeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected