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

Function spiffsErrorToStr

Sming/Libraries/Spiffs/src/Error.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110String spiffsErrorToStr(int err)
111{
112 return errorMap[std::min(err, 0)].content();
113}
114
115} // namespace IFS::SPIFFS

Callers 1

getErrorStringMethod · 0.85

Calls 1

minFunction · 0.85

Tested by

no test coverage detected