MCPcopy 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_cloneFunction · 0.80
sys_forkFunction · 0.80
sys_killFunction · 0.80
sys_sigactionFunction · 0.80
sys_sigprocmaskFunction · 0.80
BasicInfoMethod · 0.80
InterruptInitFunction · 0.80
BasicInfoMethod · 0.80
ArchInitFunction · 0.80
InterruptInitFunction · 0.80
InterruptMethod · 0.80
ScheduleMethod · 0.80

Calls 1

GetErrorMessageFunction · 0.85

Tested by 1

TEST_FFunction · 0.64