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

Class Message

Kernel/include/objects/message.h:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include <objects/kobject.h>
12
13struct Message{
14 union{
15 uint64_t data; // Empty, pointer or integer
16 uint8_t* dataP;
17 };
18 uint64_t id = 0;
19 uint16_t size = 0;
20};
21
22struct Reponse{
23 Message* ret;

Callers 2

WMWindowMethod · 0.50
ResizeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected