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

Method base_name

cpp/src/arrow/filesystem/filesystem.cc:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108std::string FileInfo::base_name() const {
109 return internal::GetAbstractPathParent(path_).second;
110}
111
112std::string FileInfo::dir_name() const {
113 return internal::GetAbstractPathParent(path_).first;

Callers 13

TestFileInfoClass · 0.80
test_get_file_infoMethod · 0.80
test_get_base_nameMethod · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
TestGetFileInfoMethod · 0.80
MakeMethod · 0.80
RegisterMethod · 0.80

Calls 1

GetAbstractPathParentFunction · 0.85

Tested by 5

test_get_file_infoMethod · 0.64
test_get_base_nameMethod · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TestGetFileInfoMethod · 0.64