MCPcopy Create free account
hub / github.com/UtilitechAS/amsreader-firmware / deleteFile

Method deleteFile

lib/SvelteUi/src/AmsWebServer.cpp:2165–2169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2163}
2164
2165void AmsWebServer::deleteFile(const char* path) {
2166 if(LittleFS.begin()) {
2167 LittleFS.remove(path);
2168 }
2169}
2170
2171void AmsWebServer::tariffJson() {
2172 if(!checkSecurity(2))

Callers

nothing calls this directly

Calls 1

beginMethod · 0.80

Tested by

no test coverage detected