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

Method Queue

LibLemon/include/lemon/ipc/endpoint.h:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 inline long Queue(uint64_t id, uint8_t* data, uint16_t size) const{
104 return EndpointQueue(handle, id, size, reinterpret_cast<uintptr_t>(data));
105 }
106
107 inline long Queue(uint64_t id, uint64_t data, uint16_t size) const{
108 return EndpointQueue(handle, id, size, data);

Callers 4

AddWindowFunction · 0.45
RemoveWindowFunction · 0.45
SetWindowStateFunction · 0.45
ToggleMenuFunction · 0.45

Calls 4

EndpointQueueFunction · 0.85
idMethod · 0.80
lengthMethod · 0.80
dataMethod · 0.80

Tested by

no test coverage detected