Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ id
Method
id
LibLemon/include/lemon/ipc/message.h:146–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
inline const uint8_t* data() const { return mdata; }
145
inline uint16_t length() const { return msize; }
146
inline uint64_t id() const {return mid; }
147
148
~Message(){
149
if(msize && mdata)
Callers
6
Poll
Method · 0.80
PollEvent
Method · 0.80
Queue
Method · 0.80
Call
Method · 0.80
Queue
Method · 0.80
PollCommands
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected