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

Method fileSize

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

* \return The total number of bytes in a file or directory. */

Source from the content-addressed store, hash-verified

250 * \return The total number of bytes in a file or directory.
251 */
252 uint32_t fileSize() const { return fileSize_; }
253
254 /**
255 * \return The first cluster number for a file or directory.

Callers 8

openFileReadMethod · 0.80
btn_ok_event_cbFunction · 0.80
sendUpdateFileFunction · 0.80
gcode_previewFunction · 0.80
wifi_gcode_execFunction · 0.80
file_fragment_msg_handleFunction · 0.80
loadAssetFunction · 0.80
sizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected