MCPcopy 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
184bool SerialFlashChip::remove(const char *filename)
185{
186 SerialFlashFile file = open(filename);
187 return remove(file);
188}
189
190bool SerialFlashChip::remove(SerialFlashFile &file)
191{

Callers

nothing calls this directly

Calls 3

readyMethod · 0.80
readMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected