# File lib/fastcst/repo.rb, line 384
384:         def find_all_children(parent_uuid)
385:             root = revision_tree
386:             return root[parent_uuid] || []
387:         end