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

Function fileFreeFileSystem

Sming/Core/FileSystem.h:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80void fileSetFileSystem(IFS::IFileSystem* fileSystem);
81
82inline void fileFreeFileSystem()
83{
84 fileSetFileSystem(nullptr);
85}
86
87/**
88 * @brief Mount a constructed filesystem with debug messages

Callers 4

initFileSystemFunction · 0.85
cycleFlashMethod · 0.85
spiffs_unmountFunction · 0.85
spiffs_formatFunction · 0.85

Calls 1

fileSetFileSystemFunction · 0.85

Tested by

no test coverage detected