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

Class InvalidRemoteObject

src/pystack/_pystack/process.h:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24class Structure;
25
26struct InvalidRemoteObject : public InvalidCopiedMemory
27{
28 const char* what() const noexcept override
29 {
30 return "Object copied from remote process is inconsistent";
31 }
32};
33
34class ProcessTracer
35{

Callers 1

getStringFromAddressMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected