Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ FilesystemWatcher
Method
FilesystemWatcher
Kernel/include/fs/filesystem.h:260–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
List<FsNode*> watching;
259
public:
260
FilesystemWatcher() : Semaphore(0){
261
262
}
263
264
void WatchNode(FsNode* node, int events){
265
node->Watch(*this, events);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected