Skip to main content

validate_tree

Function validate_tree 

Source
pub fn validate_tree(project: &Project) -> Result<(), String>
Expand description

Validate that the concept tree is well-formed:

  • All parent references point to existing concepts
  • No orphan chains (all paths reach a root)