wrench
wrench copied to clipboard
Perhaps add checks on location services?
In several StorageService methods, a storage service's method is called with a location, and that location is intended to have that same storage service inside it. But this is not enforced anywhere. Perhaps add a check for these things? That is, something like:
ss1->readFile(FileLocation::LOCATION(ss2,...))
should throw....