Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ eof
Method
eof
Sming/Libraries/Spiffs/src/FileSystem.cpp:332–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
330
}
331
332
int FileSystem::eof(FileHandle file)
333
{
334
int res = SPIFFS_eof(handle(), file);
335
return translateSpiffsError(res);
336
}
337
338
file_offset_t FileSystem::tell(FileHandle file)
339
{
Callers
2
fileIsEOF
Function · 0.80
isFinished
Method · 0.80
Calls
1
translateSpiffsError
Function · 0.85
Tested by
no test coverage detected