| 301 | } |
| 302 | |
| 303 | static Error deleteLocalFile(const char* parameter, AuthenticationLevel auth_level, Channel& out) { |
| 304 | return deleteObject(LocalFS, parameter, out); |
| 305 | } |
| 306 | |
| 307 | static Error listFilesystem(const Volume& fs, const char* value, AuthenticationLevel auth_level, Channel& out) { |
| 308 | try { |
nothing calls this directly
no test coverage detected