Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
void SDManager::remove(const String& name) {
63
if (!_available) return;
64
sd->remove(name);
65
}
66
67
unsigned int SDManager::write_block_at(ExFatFile *file, int offset, uint8_t *block, int size) {
68
if (!_available) return 0;
Callers
2
cleanFile
Method · 0.80
begin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected