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

Method isAddressValid

src/pystack/_pystack/process.cpp:511–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511bool
512AbstractProcessManager::isAddressValid(remote_addr_t addr) const
513{
514 return std::any_of(d_memory_maps.cbegin(), d_memory_maps.cend(), [&](const VirtualMap& map) {
515 return d_manager->isAddressValid(addr, map);
516 });
517}
518
519std::string
520AbstractProcessManager::getStringFromAddress(remote_addr_t addr) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected