MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / what

Method what

LibLemon/include/lemon/ipc/endpoint.h:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 const char* what() const noexcept{
30 return errorStrings[error];
31 }
32 };
33
34 class Endpoint : public Waitable {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected