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

Method empty

cpp/src/arrow/filesystem/gcsfs.cc:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 bool empty() const { return bucket.empty() && object.empty(); }
97
98 bool operator==(const GcsPath& other) const {
99 return bucket == other.bucket && object == other.object;

Callers 11

parentMethod · 0.45
GetFileInfoMethod · 0.45
CreateDirMethod · 0.45
DeleteDirMethod · 0.45
DeleteDirContentsMethod · 0.45
DeleteFileMethod · 0.45
MoveMethod · 0.45
CopyFileMethod · 0.45
ToFileInfoMethod · 0.45
FromUriMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected