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

Method IsType

Kernel/include/objects/kobject.h:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 virtual kobject_id_t InstanceTypeID() const = 0;
33
34 inline bool IsType(kobject_id_t id){
35 return InstanceTypeID() == id;
36 }
37
38 virtual void Watch(KernelObjectWatcher& watcher, int events);
39

Callers 6

SysCreateInterfaceFunction · 0.80
SysInterfaceAcceptFunction · 0.80
SysEndpointQueueFunction · 0.80
SysEndpointDequeueFunction · 0.80
SysEndpointCallFunction · 0.80
SysEndpointInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected