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

Class RemoteMemCopyError

src/pystack/_pystack/mem.h:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20typedef uintptr_t remote_addr_t;
21
22struct RemoteMemCopyError : public std::exception
23{
24 const char* what() const noexcept override
25 {
26 return "Error occurred when copying memory from another process";
27 }
28};
29
30struct InvalidRemoteAddress : public RemoteMemCopyError
31{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected