| 642 | } |
| 643 | |
| 644 | remote_addr_t |
| 645 | AbstractProcessManager::getAddressFromCache(const std::string& symbol) const |
| 646 | { |
| 647 | return d_type_cache[symbol]; |
| 648 | } |
| 649 | |
| 650 | void |
| 651 | AbstractProcessManager::registerAddressInCache(const std::string& symbol, remote_addr_t address) const |
nothing calls this directly
no outgoing calls
no test coverage detected