pub fn validate_ground_truth( store: &SqliteStore, expected_qnames: &[String], repo_name: &str, ) -> Result<Vec<String>>
Validate that all expected qualified names exist in the indexed graph.