MCPcopy Index your code
hub / github.com/crosspoint-reader/crosspoint-reader / isDirectory

Method isDirectory

lib/hal/HalStorage.cpp:163–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161size_t HalFile::write(uint8_t b) { HAL_FILE_WRAPPED_CALL(write, b); }
162bool HalFile::rename(const char* newPath) { HAL_FILE_WRAPPED_CALL(rename, newPath); }
163bool HalFile::isDirectory() const { HAL_FILE_FORWARD_CALL(isDirectory, ); } // already thread-safe, no need to wrap
164void HalFile::rewindDirectory() { HAL_FILE_WRAPPED_CALL(rewindDirectory, ); }
165bool HalFile::close() { HAL_FILE_WRAPPED_CALL(close, ); }
166HalFile HalFile::openNextFile() {

Callers 15

scanDirectoryMethod · 0.80
scanRootMethod · 0.80
rawMethod · 0.80
handlePropfindMethod · 0.80
handleGetMethod · 0.80
handleHeadMethod · 0.80
handleDeleteMethod · 0.80
handleCopyMethod · 0.80
scanFilesMethod · 0.80
handleDownloadMethod · 0.80
handleRenameMethod · 0.80
handleMoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected