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

Method Set

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

Source from the content-addressed store, hash-verified

122 }
123
124 void Set(uint8_t* data, uint16_t size, uint64_t id) {
125 mdata = data;
126 msize = size;
127 mid = id;
128 }
129
130 template<typename ...T>
131 long Decode(T&... objects){

Callers 3

PollMethod · 0.80
PollMethod · 0.80
CallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected