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

Method InstanceTypeID

Kernel/include/objects/interface.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57 inline static constexpr kobject_id_t TypeID() { return KOBJECT_ID_INTERFACE; }
58 kobject_id_t InstanceTypeID() const { return TypeID(); }
59};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected