# File lib/fastcst/repo.rb, line 370 370: def find_parent_of(child_uuid) 371: path, md = find_changeset child_uuid 372: return md['Parent ID'] 373: end