Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Unwatch
Method
Unwatch
Kernel/include/objects/message.h:119–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
virtual void Unwatch(KernelObjectWatcher& watcher){
120
waiting.remove(&watcher);
121
}
122
123
inline uint16_t GetMaxMessageSize() const { return maxMessageSize; }
124
Callers
2
~KernelObjectWatcher
Method · 0.45
~FilesystemWatcher
Method · 0.45
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected