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

Method GetAccessor

view/sharedcache/core/SharedCache.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147WeakFileAccessor CacheEntry::GetAccessor() const
148{
149 return FileAccessorCache::Global().Open(m_filePath);
150}
151
152std::optional<uint64_t> CacheEntry::GetHeaderAddress() const
153{

Callers 1

ProcessEntrySlideInfoMethod · 0.80

Calls 1

OpenMethod · 0.45

Tested by

no test coverage detected