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

Method is_dir

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

Source from the content-addressed store, hash-verified

127 explicit Entry(File&& v) : EntryBase(std::move(v)) {}
128
129 bool is_dir() const { return std::holds_alternative<Directory>(*this); }
130
131 bool is_file() const { return std::holds_alternative<File>(*this); }
132

Callers 15

_link_or_copyFunction · 0.80
FindEntryMethod · 0.80
GatherInfosMethod · 0.80
DumpDirsMethod · 0.80
DumpFilesMethod · 0.80
OpenOutputStreamMethod · 0.80
CreateDirMethod · 0.80
DeleteDirMethod · 0.80
DeleteDirContentsMethod · 0.80
DeleteFileMethod · 0.80

Calls

no outgoing calls

Tested by 1