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

Function test_go_embeds_struct_field

tests/test_multilang.py:146–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145
146def test_go_embeds_struct_field():
147 r = extract_go(FIXTURES / "sample.go")
148 assert ("DataProcessor", "BaseProcessor") in _edge_labels(r, "embeds")
149
150
151def test_go_interface_embedding_emits_embeds():

Callers

nothing calls this directly

Calls 2

extract_goFunction · 0.90
_edge_labelsFunction · 0.70

Tested by

no test coverage detected