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

Method isOpen

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

* \return True if this is an open file/directory else false. */

Source from the content-addressed store, hash-verified

270 * \return True if this is an open file/directory else false.
271 */
272 bool isOpen() const { return type_ != FAT_FILE_TYPE_CLOSED; }
273
274 /**
275 * \return True if this is a subdirectory else false.

Callers 7

printSelectedFilenameMethod · 0.80
mountMethod · 0.80
openJobRecoveryFileMethod · 0.80
CardReaderClass · 0.80
isFileOpenMethod · 0.80
readMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected