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

Function spiffs_mount

Sming/Libraries/Spiffs/src/Spiffs.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35} // namespace IFS
36
37bool spiffs_mount()
38{
39 auto part = Storage::findDefaultPartition(Storage::Partition::SubType::Data::spiffs);
40 return part ? spiffs_mount(part) : false;
41}
42
43bool spiffs_mount(Storage::Partition partition)
44{

Callers 15

initFunction · 0.85
initFunction · 0.85
listSpiffsPartitionsFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls 3

findDefaultPartitionFunction · 0.85
createSpiffsFilesystemFunction · 0.85
fileMountFileSystemFunction · 0.85

Tested by

no test coverage detected