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

Method Close

project.cpp:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257
258
259bool Project::Close()
260{
261 return BNProjectClose(m_object);
262}
263
264
265std::string Project::GetId() const

Callers 6

ParseDebugInfoMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36