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

Method what

LibLemon/include/lemon/ipc/interface.h:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 const char* what() const noexcept{
34 return errorStrings[error];
35 }
36 };
37
38 class Interface : public Waitable{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected