What is the contents/size of a `Directory`'s `Dige...
# development
b
What is the contents/size of a `Directory`'s
Digest
? I would've assumed it was the sum of all the files in the tree
f
Just the size of the encoded
Directory
protobuf message. It just references files in that directory (by digest) and subdirectories (also by digest) and any symlinks
b
I see