| 19 | public: |
| 20 | const static int kInvalidTime = -1; |
| 21 | Message() { } |
| 22 | Message(const NodeID& dest, int time = kInvalidTime, int wait_time = kInvalidTime); |
| 23 | explicit Message(const Task& tk) : task(tk) { } |
| 24 | void miniCopyFrom(const Message& msg); |
nothing calls this directly
no outgoing calls
no test coverage detected