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

Method MsgBlock

src/task/include/task_messages.hpp:78–78  ·  view source on GitHub ↗

@name 构造/析构函数 @{

Source from the content-addressed store, hash-verified

76 /// @name 构造/析构函数
77 /// @{
78 explicit MsgBlock(ResourceId _resource_id) : resource_id(_resource_id) {}
79 MsgBlock() = default;
80 MsgBlock(const MsgBlock&) = default;
81 MsgBlock(MsgBlock&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected