| 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(); } |
| 127 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected