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

Function _arrow_fs___FileInfo__extension

r/src/arrowExports.cpp:3310–3315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3308// filesystem.cpp
3309std::string fs___FileInfo__extension(const std::shared_ptr<fs::FileInfo>& x);
3310extern "C" SEXP _arrow_fs___FileInfo__extension(SEXP x_sexp){
3311BEGIN_CPP11
3312 arrow::r::Input<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp);
3313 return cpp11::as_sexp(fs___FileInfo__extension(x));
3314END_CPP11
3315}
3316// filesystem.cpp
3317SEXP fs___FileInfo__mtime(const std::shared_ptr<fs::FileInfo>& x);
3318extern "C" SEXP _arrow_fs___FileInfo__mtime(SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
fs___FileInfo__extensionFunction · 0.85

Tested by

no test coverage detected