Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ isSpiffsError
Function
isSpiffsError
Sming/Libraries/Spiffs/src/include/IFS/SPIFFS/Error.h:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
namespace IFS::SPIFFS
28
{
29
inline bool isSpiffsError(int err)
30
{
31
return err <= -10000;
32
}
33
34
int translateSpiffsError(int spiffs_error);
35
Callers
1
tryMount
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected