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

Method LinearViewObject

linearviewobject.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82LinearViewObject::LinearViewObject(BNLinearViewObject* obj)
83{
84 m_object = obj;
85}
86
87
88Ref<LinearViewObject> LinearViewObject::GetFirstChild()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected