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

Method isSubDir

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

* \return True if this is a subdirectory else false. */

Source from the content-addressed store, hash-verified

275 * \return True if this is a subdirectory else false.
276 */
277 bool isSubDir() const { return type_ == FAT_FILE_TYPE_SUBDIR; }
278
279 /**
280 * \return True if this is the root directory.

Callers 1

rmRfStarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected