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

Method getAddressFromCache

src/pystack/_pystack/process.cpp:644–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644remote_addr_t
645AbstractProcessManager::getAddressFromCache(const std::string& symbol) const
646{
647 return d_type_cache[symbol];
648}
649
650void
651AbstractProcessManager::registerAddressInCache(const std::string& symbol, remote_addr_t address) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected