This commit is contained in:
Dmitriy Ryajov 2022-09-19 23:11:47 -06:00
parent 29577b6dd7
commit b4b90485ef
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -50,6 +50,7 @@ template path*(self: FSDatastore, key: Key): string =
self.root / segments.joinPath()
template checkProtected*(path: string): bool =
echo "PATH ", path
path in ProtectedPaths
template validDepth*(self: FSDatastore, key: Key): bool =