MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / rewind

Method rewind

Marlin/src/sd/SdBaseFile.h:306–306  ·  view source on GitHub ↗

* Set the file's current position to zero. */

Source from the content-addressed store, hash-verified

304 * Set the file's current position to zero.
305 */
306 void rewind() { seekSet(0); }
307 bool rename(SdBaseFile * const dirFile, const char * const newPath);
308 bool rmdir();
309 bool rmRfStar();

Callers 9

openMethod · 0.45
countVisibleItemsMethod · 0.45
lsMethod · 0.45
printLongPathMethod · 0.45
getLongPathMethod · 0.45
diveToNewestFileMethod · 0.45
selectNewestFileMethod · 0.45
selectFileByIndexMethod · 0.45
selectFileByNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected