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

Method getNamespace

examples/triage/imports.cpp:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130
131QString GenericImportsModel::getNamespace(SymbolRef sym) const
132{
133 QString name = QString::fromStdString(sym->GetNameSpace().GetString());
134 if (name == "BNINTERNALNAMESPACE")
135 return "";
136 return name;
137}
138
139
140QString GenericImportsModel::getLibrarySource(SymbolRef sym) const

Callers

nothing calls this directly

Calls 2

GetNameSpaceMethod · 0.80
GetStringMethod · 0.45

Tested by

no test coverage detected