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

Function test_go_finds_constructor

tests/test_multilang.py:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 assert any("Stop" in l for l in labels)
110
111def test_go_finds_constructor():
112 r = extract_go(FIXTURES / "sample.go")
113 assert any("NewServer" in l for l in _labels(r))
114
115def test_go_emits_calls():
116 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