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