MCPcopy Index your code
hub / github.com/eventuallyconsultant/codegenr / should_resolve_nested_references

Function should_resolve_nested_references

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

Source from the content-addressed store, hash-verified

508 Ok(())
509 }
510
511 #[test]
512 fn should_resolve_external_references() -> Result<(), anyhow::Error> {
513 let document = DocumentPath::parse("_samples/resolver/petshop_with_external.yaml")?;
514 let json = resolve_refs(document, &mut Default::default(), &mut Default::default())?;
515 let string = json.to_string();
516 assert!(!string.contains(REF));
517 Ok(())
518 }
519

Callers

nothing calls this directly

Calls 2

resolve_refs_rawFunction · 0.85
load_rawMethod · 0.80

Tested by

no test coverage detected