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

Function test_objc_finds_interface

tests/test_languages.py:1066–1069  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1064
1065
1066def test_objc_finds_interface():
1067 r = extract_objc(FIXTURES / "sample.m")
1068 labels = [n["label"] for n in r["nodes"]]
1069 assert "Animal" in labels
1070
1071
1072def test_objc_finds_subclass():

Callers

nothing calls this directly

Calls 1

extract_objcFunction · 0.90

Tested by

no test coverage detected