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

Function test_go_finds_struct

tests/test_multilang.py:100–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98# ── Go ────────────────────────────────────────────────────────────────────────
99
100def test_go_finds_struct():
101 r = extract_go(FIXTURES / "sample.go")
102 assert "error" not in r
103 assert "Server" in _labels(r)
104
105def test_go_finds_methods():
106 r = extract_go(FIXTURES / "sample.go")

Callers

nothing calls this directly

Calls 2

extract_goFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected