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

Method GetPreviousChild

linearviewobject.cpp:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106Ref<LinearViewObject> LinearViewObject::GetPreviousChild(LinearViewObject* obj)
107{
108 BNLinearViewObject* result = BNGetPreviousLinearViewObjectChild(m_object, obj->GetObject());
109 if (result)
110 return new LinearViewObject(result);
111 return nullptr;
112}
113
114
115Ref<LinearViewObject> LinearViewObject::GetNextChild(LinearViewObject* obj)

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected