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

Method GetMaxMessageSize

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

Source from the content-addressed store, hash-verified

121 }
122
123 inline uint16_t GetMaxMessageSize() const { return maxMessageSize; }
124
125 inline static constexpr kobject_id_t TypeID() { return KOBJECT_ID_MESSAGE_ENDPOINT; }
126 inline kobject_id_t InstanceTypeID() const { return TypeID(); }

Callers 2

SysEndpointDequeueFunction · 0.80
SysEndpointInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected