MCPcopy Create free account
hub / github.com/apache/arrow / is_file

Method is_file

cpp/src/arrow/filesystem/mockfs.cc:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 bool is_dir() const { return std::holds_alternative<Directory>(*this); }
130
131 bool is_file() const { return std::holds_alternative<File>(*this); }
132
133 Directory& as_dir() { return std::get<Directory>(*this); }
134

Callers 9

FindEntryMethod · 0.80
DumpFilesMethod · 0.80
OpenOutputStreamMethod · 0.80
OpenInputReaderMethod · 0.80
DeleteFileMethod · 0.80
MoveMethod · 0.80
CopyFileMethod · 0.80
process_dirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected