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

Method AddNonOverlappingRegion

view/sharedcache/core/SharedCache.cpp:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212bool SharedCache::AddNonOverlappingRegion(CacheRegion region)
213{
214 auto [_, inserted] = m_regions.insert(std::make_pair(region.AsAddressRange(), std::move(region)));
215 return inserted;
216}
217
218void SharedCache::AddSymbol(CacheSymbol symbol)
219{

Callers

nothing calls this directly

Calls 2

AsAddressRangeMethod · 0.80
insertMethod · 0.45

Tested by

no test coverage detected