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

Method Register

flowgraphlayout.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55void FlowGraphLayout::Register(FlowGraphLayout* layout)
56{
57 BNCustomFlowGraphLayout callbacks;
58 callbacks.context = layout;
59 callbacks.layout = LayoutCallback;
60 layout->AddRefForRegistration();
61 layout->m_object = BNRegisterFlowGraphLayout(layout->m_nameForRegister.c_str(), &callbacks);
62}
63
64
65Ref<FlowGraphLayout> FlowGraphLayout::GetByName(const string& name)

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
AddRefForRegistrationMethod · 0.45

Tested by

no test coverage detected