Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
String spiffsErrorToStr(int err)
111
{
112
return errorMap[std::min(err, 0)].content();
113
}
114
115
} // namespace IFS::SPIFFS
Callers
1
getErrorString
Method · 0.85
Calls
1
min
Function · 0.85
Tested by
no test coverage detected