Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SysCreateInterface
Function · 0.80
SysInterfaceAccept
Function · 0.80
SysEndpointQueue
Function · 0.80
SysEndpointDequeue
Function · 0.80
SysEndpointCall
Function · 0.80
SysEndpointInfo
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected