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

Function test_objc_inherits_edge

tests/test_languages.py:1097–1100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1095
1096
1097def test_objc_inherits_edge():
1098 r = extract_objc(FIXTURES / "sample.m")
1099 inherits = [e for e in r["edges"] if e["relation"] == "inherits"]
1100 assert len(inherits) >= 1
1101
1102
1103def test_objc_splits_inherits_and_implements():

Callers

nothing calls this directly

Calls 1

extract_objcFunction · 0.90

Tested by

no test coverage detected