MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / Error

Method Error

src/include/expected.hpp:340–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 ErrorCode code{ErrorCode::kSuccess};
339
340 explicit constexpr Error(ErrorCode c) : code(c) {}
341
342 /// @name 构造/析构函数
343 /// @{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected