MCPcopy Create free account
hub / github.com/PaulStoffregen/SerialFlash / exists

Method exists

SerialFlashDirectory.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool SerialFlashChip::exists(const char *filename)
179{
180 SerialFlashFile file = open(filename);
181 return (bool)file;
182}
183
184bool SerialFlashChip::remove(const char *filename)
185{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected