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

Method dir_name

cpp/src/arrow/filesystem/filesystem.cc:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112std::string FileInfo::dir_name() const {
113 return internal::GetAbstractPathParent(path_).first;
114}
115
116// Debug helper
117std::string FileInfo::ToString() const {

Callers 4

TestFileInfoClass · 0.80
MakeMethod · 0.80

Calls 1

GetAbstractPathParentFunction · 0.85

Tested by

no test coverage detected