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

Function _arrow_fs___FileInfo__extension

r/src/arrowExports.cpp:3353–3358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3351// filesystem.cpp
3352std::string fs___FileInfo__extension(const std::shared_ptr<fs::FileInfo>& x);
3353extern "C" SEXP _arrow_fs___FileInfo__extension(SEXP x_sexp){
3354BEGIN_CPP11
3355 arrow::r::Input<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp);
3356 return cpp11::as_sexp(fs___FileInfo__extension(x));
3357END_CPP11
3358}
3359// filesystem.cpp
3360SEXP fs___FileInfo__mtime(const std::shared_ptr<fs::FileInfo>& x);
3361extern "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