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

Method LogSecondaryFileName

view/sharedcache/core/SharedCacheView.cpp:970–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968}
969
970void SharedCacheView::LogSecondaryFileName(std::string secondaryFileName)
971{
972 m_secondaryFileNames.insert(std::move(secondaryFileName));
973 GetParentView()->StoreMetadata(VIEW_METADATA_KEY, GetMetadata());
974}
975
976std::optional<std::string> SharedCacheView::GetPrimaryFilePath()
977{

Callers

nothing calls this directly

Calls 2

insertMethod · 0.45
StoreMetadataMethod · 0.45

Tested by

no test coverage detected