Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_str
Method · 0.80
message
Method · 0.45
Tested by
no test coverage detected