| 3351 | // filesystem.cpp |
| 3352 | std::string fs___FileInfo__extension(const std::shared_ptr<fs::FileInfo>& x); |
| 3353 | extern "C" SEXP _arrow_fs___FileInfo__extension(SEXP x_sexp){ |
| 3354 | BEGIN_CPP11 |
| 3355 | arrow::r::Input<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp); |
| 3356 | return cpp11::as_sexp(fs___FileInfo__extension(x)); |
| 3357 | END_CPP11 |
| 3358 | } |
| 3359 | // filesystem.cpp |
| 3360 | SEXP fs___FileInfo__mtime(const std::shared_ptr<fs::FileInfo>& x); |
| 3361 | extern "C" SEXP _arrow_fs___FileInfo__mtime(SEXP x_sexp){ |
nothing calls this directly
no test coverage detected