MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ~FilesystemWatcher

Method ~FilesystemWatcher

Kernel/include/fs/filesystem.h:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 }
269
270 ~FilesystemWatcher(){
271 for(auto& node : watching){
272 node->Unwatch(*this);
273 }
274 }
275};
276
277typedef struct fs_dirent {

Callers

nothing calls this directly

Calls 1

UnwatchMethod · 0.45

Tested by

no test coverage detected