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

Method operator=

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

Source from the content-addressed store, hash-verified

80 MsgBlock(const MsgBlock&) = default;
81 MsgBlock(MsgBlock&&) = default;
82 auto operator=(const MsgBlock&) -> MsgBlock& = default;
83 auto operator=(MsgBlock&&) -> MsgBlock& = default;
84 ~MsgBlock() = default;
85 /// @}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected