Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Unwatch
Method
Unwatch
Kernel/include/objects/interface.h:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
virtual void Unwatch(KernelObjectWatcher& watcher){
54
waiting.remove(&watcher);
55
}
56
57
inline static constexpr kobject_id_t TypeID() { return KOBJECT_ID_INTERFACE; }
58
kobject_id_t InstanceTypeID() const { return TypeID(); }
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected