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

Function spiffs_unmount

Sming/Libraries/Spiffs/src/Spiffs.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void spiffs_unmount()
50{
51 if(fileSystemType() == IFS::IFileSystem::Type::SPIFFS) {
52 fileFreeFileSystem();
53 }
54}
55
56bool hyfs_mount()
57{

Callers

nothing calls this directly

Calls 2

fileSystemTypeFunction · 0.85
fileFreeFileSystemFunction · 0.85

Tested by

no test coverage detected