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

Function test_rust_finds_struct

tests/test_multilang.py:291–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289# ── Rust ──────────────────────────────────────────────────────────────────────
290
291def test_rust_finds_struct():
292 r = extract_rust(FIXTURES / "sample.rs")
293 assert "error" not in r
294 assert "Graph" in _labels(r)
295
296def test_rust_finds_impl_methods():
297 r = extract_rust(FIXTURES / "sample.rs")

Callers

nothing calls this directly

Calls 2

extract_rustFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected