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

Method isRoot

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

* \return True if this is the root directory. */

Source from the content-addressed store, hash-verified

280 * \return True if this is the root directory.
281 */
282 bool isRoot() const { return type_ == FAT_FILE_TYPE_ROOT_FIXED || type_ == FAT_FILE_TYPE_ROOT32; }
283
284 bool getDosName(char * const name);
285 void ls(const uint8_t flags=0, const uint8_t indent=0);

Callers 3

mkdirMethod · 0.80
openMethod · 0.80
openParentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected