| 234 | } |
| 235 | |
| 236 | StoredObjects DiskObjectStorage::getStorageObjects(const String & local_path) const |
| 237 | { |
| 238 | return metadata_storage->getStorageObjects(local_path); |
| 239 | } |
| 240 | |
| 241 | bool DiskObjectStorage::existsFile(const String & path) const |
| 242 | { |
no outgoing calls