MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / test_rust_emits_calls

Function test_rust_emits_calls

tests/test_multilang.py:306–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304 assert any("build_graph" in l for l in _labels(r))
305
306def test_rust_emits_calls():
307 r = extract_rust(FIXTURES / "sample.rs")
308 calls = _call_pairs(r)
309 assert any("build_graph" in src for src, _ in calls)
310
311def test_rust_calls_are_extracted():
312 r = extract_rust(FIXTURES / "sample.rs")

Callers

nothing calls this directly

Calls 2

extract_rustFunction · 0.90
_call_pairsFunction · 0.85

Tested by

no test coverage detected