MCPcopy Create free account
hub / github.com/bloomberg/pystack / exists

Method exists

src/pystack/_pystack/mem.cpp:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203bool
204LRUCache::exists(uintptr_t key)
205{
206 return (d_cache.find(key) != d_cache.end());
207}
208
209bool
210LRUCache::can_fit(size_t size)

Callers 4

produce_error_messageFunction · 0.80
process_coreFunction · 0.80
format_frameFunction · 0.80
copyMemoryFromProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected