wrench icon indicating copy to clipboard operation
wrench copied to clipboard

Perhaps add checks on location services?

Open henricasanova opened this issue 1 year ago • 0 comments

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....

henricasanova avatar Mar 16 '23 17:03 henricasanova