MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / predicates_have_prefix

Function predicates_have_prefix

atomic-core/src/pristine/ontology.rs:215–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213
214 #[test]
215 fn predicates_have_prefix() {
216 for pred in all_predicates() {
217 assert!(pred.contains(':'), "Predicate '{}' missing prefix", pred);
218 }
219 }
220
221 #[test]
222 fn unknown_predicate_rejected() {

Callers

nothing calls this directly

Calls 1

all_predicatesFunction · 0.85

Tested by

no test coverage detected