MCPcopy Create free account
hub / github.com/SmingHub/Sming / closedir

Method closedir

Sming/Libraries/Spiffs/src/FileSystem.cpp:799–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799int FileSystem::closedir(DirHandle dir)
800{
801 GET_FILEDIR()
802
803 int err = SPIFFS_closedir(&d->d);
804 delete d;
805 return translateSpiffsError(err);
806}
807
808int FileSystem::mkdir(const char* path)
809{

Callers 2

readCheckMethod · 0.80
fileCloseDirFunction · 0.80

Calls 1

translateSpiffsErrorFunction · 0.85

Tested by

no test coverage detected