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

Method LinearViewCursor

linearviewcursor.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27LinearViewCursor::LinearViewCursor(LinearViewObject* root)
28{
29 m_object = BNCreateLinearViewCursor(root->GetObject());
30}
31
32
33LinearViewCursor::LinearViewCursor(BNLinearViewCursor* cursor)

Callers 2

__iter__Method · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected