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

Method GetName

view/sharedcache/core/SharedCache.h:98–98  ·  view source on GitHub ↗

Get the file name from the path.

Source from the content-addressed store, hash-verified

96
97 // Get the file name from the path.
98 std::string GetName() const { return BaseFileName(path); }
99
100 // Get the names of the dependencies.
101 std::vector<std::string> GetDependencies() const;

Callers 15

OutputTypeFunction · 0.45
OutputSwizzledTypeFunction · 0.45
mainFunction · 0.45
FatViewTypeForDataFunction · 0.45
InitializeHeaderMethod · 0.45
DefineMachoSymbolMethod · 0.45
InitMethod · 0.45
DefineElfSymbolMethod · 0.45
AddProjectFolderMethod · 0.45
InitControllerMethod · 0.45
GetPrimaryFilePathMethod · 0.45
OutputTypeFunction · 0.45

Calls 1

BaseFileNameFunction · 0.85

Tested by

no test coverage detected