MCPcopy Create free account
hub / github.com/bdring/FluidNC / deleteLocalFile

Function deleteLocalFile

FluidNC/src/FileCommands.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303static Error deleteLocalFile(const char* parameter, AuthenticationLevel auth_level, Channel& out) {
304 return deleteObject(LocalFS, parameter, out);
305}
306
307static Error listFilesystem(const Volume& fs, const char* value, AuthenticationLevel auth_level, Channel& out) {
308 try {

Callers

nothing calls this directly

Calls 1

deleteObjectFunction · 0.85

Tested by

no test coverage detected