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

Method CompareChildren

linearviewobject.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147
148int LinearViewObject::CompareChildren(LinearViewObject* a, LinearViewObject* b)
149{
150 return BNCompareLinearViewObjectChildren(m_object, a->GetObject(), b->GetObject());
151}
152
153
154vector<LinearDisassemblyLine> LinearViewObject::GetLines(LinearViewObject* prev, LinearViewObject* next)

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected