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

Method SetPrimaryFileName

view/sharedcache/core/SharedCacheView.cpp:964–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962}
963
964void SharedCacheView::SetPrimaryFileName(std::string primaryFileName)
965{
966 m_primaryFileName = std::move(primaryFileName);
967 GetParentView()->StoreMetadata(VIEW_METADATA_KEY, GetMetadata());
968}
969
970void SharedCacheView::LogSecondaryFileName(std::string secondaryFileName)
971{

Callers 1

InitControllerMethod · 0.45

Calls 1

StoreMetadataMethod · 0.45

Tested by

no test coverage detected