| 165 | } |
| 166 | |
| 167 | void CppConsolidationPlanFx::remove_sparse_array() { |
| 168 | remove_array(SPARSE_ARRAY_NAME); |
| 169 | } |
| 170 | |
| 171 | bool CppConsolidationPlanFx::is_array(const std::string& array_name) { |
| 172 | return vfs_.is_dir(array_name); |
nothing calls this directly
no test coverage detected