MCPcopy 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

27namespace IFS::SPIFFS
28{
29inline bool isSpiffsError(int err)
30{
31 return err <= -10000;
32}
33
34int translateSpiffsError(int spiffs_error);
35

Callers 1

tryMountMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected