MCPcopy 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
332int FileSystem::eof(FileHandle file)
333{
334 int res = SPIFFS_eof(handle(), file);
335 return translateSpiffsError(res);
336}
337
338file_offset_t FileSystem::tell(FileHandle file)
339{

Callers 2

fileIsEOFFunction · 0.80
isFinishedMethod · 0.80

Calls 1

translateSpiffsErrorFunction · 0.85

Tested by

no test coverage detected