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

Method what

src/pystack/_pystack/mem.h:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30struct InvalidRemoteAddress : public RemoteMemCopyError
31{
32 const char* what() const noexcept override
33 {
34 return "Invalid address in remote process";
35 }
36};
37
38struct InvalidCopiedMemory : public RemoteMemCopyError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected