MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / remove

Method remove

src/utils/SDManager.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void SDManager::remove(const String& name) {
63 if (!_available) return;
64 sd->remove(name);
65}
66
67unsigned int SDManager::write_block_at(ExFatFile *file, int offset, uint8_t *block, int size) {
68 if (!_available) return 0;

Callers 2

cleanFileMethod · 0.80
beginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected