MCPcopy Create free account
hub / github.com/HelenOS/helenos / what

Method what

uspace/lib/cpp/src/future.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 const char* future_error::what() const noexcept
85 {
86 return code().message().c_str();
87 }
88}

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
messageMethod · 0.45

Tested by

no test coverage detected