Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ message
Method
message
src/include/expected.hpp:352–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
/// @}
351
352
[[nodiscard]] constexpr auto message() const -> const char* {
353
return GetErrorMessage(code);
354
}
355
};
356
357
/// std::expected 别名模板
Callers
15
sys_clone
Function · 0.80
sys_fork
Function · 0.80
sys_kill
Function · 0.80
sys_sigaction
Function · 0.80
sys_sigprocmask
Function · 0.80
BasicInfo
Method · 0.80
InterruptInit
Function · 0.80
BasicInfo
Method · 0.80
ArchInit
Function · 0.80
InterruptInit
Function · 0.80
Interrupt
Method · 0.80
Schedule
Method · 0.80
Calls
1
GetErrorMessage
Function · 0.85
Tested by
1
TEST_F
Function · 0.64