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

Function test_resolve_paths_literal

atomic-repository/src/query_plan.rs:597–601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

595
596 #[test]
597 fn test_resolve_paths_literal() {
598 let bindings = HashMap::new();
599 let paths = resolve_paths("memory/auth.md", &bindings);
600 assert_eq!(paths, vec!["memory/auth.md"]);
601 }
602
603 #[test]
604 fn test_resolve_paths_variable_with_metadata() {

Callers

nothing calls this directly

Calls 1

resolve_pathsFunction · 0.85

Tested by

no test coverage detected