MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ~Message

Method ~Message

LibLemon/include/lemon/ipc/message.h:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 inline uint64_t id() const {return mid; }
147
148 ~Message(){
149 if(msize && mdata)
150 delete mdata;
151 }
152 };
153
154 template<>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected