MCPcopy
hub / github.com/safishamsi/graphify / test_rust_calls_are_inferred

Function test_rust_calls_are_inferred

tests/test_multilang.py:120–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 assert any("build_graph" in src for src, _ in calls)
119
120def test_rust_calls_are_inferred():
121 r = extract_rust(FIXTURES / "sample.rs")
122 for e in r["edges"]:
123 if e["relation"] == "calls":
124 assert e["confidence"] == "INFERRED"
125
126def test_rust_no_dangling_edges():
127 r = extract_rust(FIXTURES / "sample.rs")

Callers

nothing calls this directly

Calls 1

extract_rustFunction · 0.90

Tested by

no test coverage detected