@name 构造/析构函数 @{
| 57 | /// @name 构造/析构函数 |
| 58 | /// @{ |
| 59 | explicit MsgSleep(uint64_t _wake_tick) : wake_tick(_wake_tick) {} |
| 60 | MsgSleep() = default; |
| 61 | MsgSleep(const MsgSleep&) = default; |
| 62 | MsgSleep(MsgSleep&&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected