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

Method last_child

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

Source from the content-addressed store, hash-verified

195
196 @property
197 def last_child(self):
198 result = core.BNGetLastLinearViewObjectChild(self.handle)
199 if not result:
200 return None
201 return LinearViewObject(result, self)
202
203 @property
204 def previous(self):

Callers

nothing calls this directly

Calls 1

LinearViewObjectClass · 0.70

Tested by

no test coverage detected