MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / CanRead

Method CanRead

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

Source from the content-addressed store, hash-verified

202 virtual void Sync(); // Sync node to device
203
204 virtual bool CanRead() { return true; }
205 virtual bool CanWrite() { return true; }
206
207 virtual void Watch(FilesystemWatcher& watcher, int events);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected