Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
277
typedef struct fs_dirent {
Callers
nothing calls this directly
Calls
1
Unwatch
Method · 0.45
Tested by
no test coverage detected