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

Function test_resolve_node_ids_literal

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

Source from the content-addressed store, hash-verified

567
568 #[test]
569 fn test_resolve_node_ids_literal() {
570 let bindings = HashMap::new();
571 let ids = resolve_node_ids("intent:PIMO-1", &bindings);
572 assert_eq!(ids, vec!["intent:PIMO-1"]);
573 }
574
575 #[test]
576 fn test_resolve_node_ids_variable() {

Callers

nothing calls this directly

Calls 1

resolve_node_idsFunction · 0.85

Tested by

no test coverage detected