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