MCPcopy Create free account
hub / github.com/AIScientists-Dev/Flowtrace / validates_minimal

Function validates_minimal

crates/flowtrace-core/src/validate.rs:216–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214
215 #[test]
216 fn validates_minimal() {
217 let mut r = make_trace();
218 r.steps.insert("a".into(), step("A", &[]));
219 validate(&r).unwrap();
220 }
221
222 #[test]
223 fn rejects_bad_id() {

Callers

nothing calls this directly

Calls 3

make_traceFunction · 0.85
stepFunction · 0.85
validateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…