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

Method InitCallback

binaryview.cpp:1346–1350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1344
1345
1346bool BinaryView::InitCallback(void* ctxt)
1347{
1348 CallbackRef<BinaryView> view(ctxt);
1349 return view->Init();
1350}
1351
1352
1353void BinaryView::FreeCallback(void* ctxt)

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected