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

Method first_child

python/lineardisassembly.py:190–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

188
189 @property
190 def first_child(self):
191 result = core.BNGetFirstLinearViewObjectChild(self.handle)
192 if not result:
193 return None
194 return LinearViewObject(result, self)
195
196 @property
197 def last_child(self):

Callers

nothing calls this directly

Calls 1

LinearViewObjectClass · 0.70

Tested by

no test coverage detected