MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / data

Method data

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

Source from the content-addressed store, hash-verified

142 }
143
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

Callers 13

OnOKPressFunction · 0.80
JSONParserMethod · 0.80
CFGParserMethod · 0.80
WaitMethod · 0.80
PollMethod · 0.80
SendMethod · 0.80
PollSyncMethod · 0.80
string>Method · 0.80
QueueMethod · 0.80
CallMethod · 0.80
QueueMethod · 0.80
RunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected