Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ CanWrite
Method
CanWrite
Kernel/include/fs/filesystem.h:205–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
204
virtual bool CanRead() { return true; }
205
virtual bool CanWrite() { return true; }
206
207
virtual void Watch(FilesystemWatcher& watcher, int events);
208
virtual void Unwatch(FilesystemWatcher& watcher);
Callers
2
SysPoll
Function · 0.80
SysSelect
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected