Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/SerialFlash
/ remove
Method
remove
SerialFlashDirectory.cpp:184–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
bool SerialFlashChip::remove(const char *filename)
185
{
186
SerialFlashFile file = open(filename);
187
return remove(file);
188
}
189
190
bool SerialFlashChip::remove(SerialFlashFile &file)
191
{
Callers
nothing calls this directly
Calls
3
ready
Method · 0.80
read
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected