Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_copy
Function · 0.80
_create_importable_pyarrow
Function · 0.80
test_write_to_dataset_category_observed
Function · 0.80
FindEntry
Method · 0.80
GatherInfos
Method · 0.80
DumpDirs
Method · 0.80
DumpFiles
Method · 0.80
OpenOutputStream
Method · 0.80
CreateDir
Method · 0.80
DeleteDir
Method · 0.80
DeleteDirContents
Method · 0.80
DeleteFile
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_write_to_dataset_category_observed
Function · 0.64