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

Class InvalidCopiedMemory

src/pystack/_pystack/mem.h:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38struct InvalidCopiedMemory : public RemoteMemCopyError
39{
40 const char* what() const noexcept override
41 {
42 return "Mismatched amount of memory received!";
43 }
44};
45
46class VirtualMap
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected