Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Watch
Method
Watch
Kernel/src/fs/fsnodestubs.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void FsNode::Watch(FilesystemWatcher& watcher, int events){
75
Log::Warning(
"FsNode::Watch base called"
);
76
77
watcher.Signal();
78
}
79
80
void FsNode::Unwatch(FilesystemWatcher& watcher){
81
Log::Warning(
"FsNode::Unwatch base called"
);
Callers
nothing calls this directly
Calls
2
Warning
Function · 0.85
Signal
Method · 0.80
Tested by
no test coverage detected