MCPcopy 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
74void FsNode::Watch(FilesystemWatcher& watcher, int events){
75 Log::Warning("FsNode::Watch base called");
76
77 watcher.Signal();
78}
79
80void FsNode::Unwatch(FilesystemWatcher& watcher){
81 Log::Warning("FsNode::Unwatch base called");

Callers

nothing calls this directly

Calls 2

WarningFunction · 0.85
SignalMethod · 0.80

Tested by

no test coverage detected