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

Method curPosition

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

* \return The current position for a file or directory. */

Source from the content-addressed store, hash-verified

198 * \return The current position for a file or directory.
199 */
200 uint32_t curPosition() const { return curPosition_; }
201
202 /**
203 * \return Current working directory

Callers 3

openParentMethod · 0.80
getMethod · 0.80
flashWriteBlockFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected