MCPcopy Create free account
hub / github.com/eventuallyconsultant/codegenr / very_tricky_test

Function very_tricky_test

codegenr/src/resolver.rs:575–601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

573
574 let expected = json!({
575 "test": {
576 "this": "will load multiple files"
577 },
578 "finalvalue": {
579 "value": "this is the real final value"
580 },
581 "value": {
582 "subvalue": {
583 "value": "this is the real final value",
584 "x-fromRef": "simple3.yaml#/subSubValue/value",
585 "x-refName": "value"
586 },
587 "x-fromRef": "simple2.json",
588 "x-refName": ""
589 }
590 });
591 assert_eq!(*json, expected);
592
593 Ok(())
594 }
595}

Callers

nothing calls this directly

Calls 1

resolve_refsFunction · 0.85

Tested by

no test coverage detected