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

Method GetOrderingIndexForChild

linearviewobject.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200
201uint64_t LinearViewObject::GetOrderingIndexForChild(LinearViewObject* obj) const
202{
203 return BNGetLinearViewObjectOrderingIndexForChild(m_object, obj->GetObject());
204}
205
206
207Ref<LinearViewObject> LinearViewObject::GetChildForOrderingIndex(uint64_t idx)

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected