| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected