Initial library implementations and tests #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "initial-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: Initial library implementations and teststo Initial library implementations and tests@ -0,0 +76,4 @@
)
objects[hash] = newTree
return tree
}
Note we're sort of fine with recursion here since we have to keep track of the state anyway (ie there would just be a big queue instead of a callstack if we didn't have recursion)