MCPcopy Create free account
hub / github.com/SmingHub/Sming / tell

Method tell

Sming/Libraries/Spiffs/src/FileSystem.cpp:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338file_offset_t FileSystem::tell(FileHandle file)
339{
340 int res = SPIFFS_tell(handle(), file);
341 return translateSpiffsError(res);
342}
343
344int FileSystem::ftruncate(FileHandle file, file_size_t new_size)
345{

Callers 3

vflash.pyFile · 0.80
fileTellFunction · 0.80
seekFromMethod · 0.80

Calls 1

translateSpiffsErrorFunction · 0.85

Tested by

no test coverage detected