back and forth between the python backend and all ...
# plugins
g
back and forth between the python backend and all the parts of the engine was kind of monotonous. Like as an example it took me way too long to figure out that given a
DigestEntries
I could take out all the `FileEntry`s, create new ones with new paths and then create a new
Digest
with
Get(Digest, CreateDigest)
It wasn't very clear until I had read a lot of code