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

Function test_rust_finds_impl_methods

tests/test_multilang.py:296–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294 assert "Graph" in _labels(r)
295
296def test_rust_finds_impl_methods():
297 r = extract_rust(FIXTURES / "sample.rs")
298 labels = _labels(r)
299 assert any("add_node" in l for l in labels)
300 assert any("add_edge" in l for l in labels)
301
302def test_rust_finds_function():
303 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