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

Function test_go_finds_methods

tests/test_multilang.py:105–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 assert "Server" in _labels(r)
104
105def test_go_finds_methods():
106 r = extract_go(FIXTURES / "sample.go")
107 labels = _labels(r)
108 assert any("Start" in l for l in labels)
109 assert any("Stop" in l for l in labels)
110
111def test_go_finds_constructor():
112 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