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

Function test_go_finds_struct

tests/test_multilang.py:66–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64# ── Go ────────────────────────────────────────────────────────────────────────
65
66def test_go_finds_struct():
67 r = extract_go(FIXTURES / "sample.go")
68 assert "error" not in r
69 assert "Server" in _labels(r)
70
71def test_go_finds_methods():
72 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