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

Function test_go_interface_embedding_emits_embeds

tests/test_multilang.py:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149
150
151def test_go_interface_embedding_emits_embeds():
152 r = extract_go(FIXTURES / "sample.go")
153 assert ("ReaderLogger", "Logger") in _edge_labels(r, "embeds")
154
155
156def test_go_struct_named_field_emits_field_context():

Callers

nothing calls this directly

Calls 2

extract_goFunction · 0.90
_edge_labelsFunction · 0.70

Tested by

no test coverage detected