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

Method registerAddressInCache

src/pystack/_pystack/process.cpp:650–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650void
651AbstractProcessManager::registerAddressInCache(const std::string& symbol, remote_addr_t address) const
652{
653 d_type_cache[symbol] = address;
654}
655
656std::string
657AbstractProcessManager::getCStringFromAddress(remote_addr_t addr) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected