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

Method Finalize

view/sharedcache/core/SharedCacheBuilder.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15SharedCache SharedCacheBuilder::Finalize()
16{
17 // Reset the state to the builder to reuse.
18 m_processedFiles = {};
19 return std::move(m_cache);
20}
21
22bool SharedCacheBuilder::AddFile(
23 const std::string& filePath, const std::string& fileName, const CacheEntryType cacheType)

Callers 10

InitMethod · 0.45
UniversalViewMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
InitControllerMethod · 0.45
AssignHeaderTypesMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected