Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parent
Method · 0.45
GetFileInfo
Method · 0.45
CreateDirMarkerRecursive
Method · 0.45
CreateDir
Method · 0.45
DeleteDir
Method · 0.45
DeleteDirContents
Method · 0.45
DeleteFile
Method · 0.45
Move
Method · 0.45
CopyFile
Method · 0.45
ToFileInfo
Method · 0.45
FromUri
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected