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

Function test_objc_finds_subclass

tests/test_languages.py:1072–1075  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1070
1071
1072def test_objc_finds_subclass():
1073 r = extract_objc(FIXTURES / "sample.m")
1074 labels = [n["label"] for n in r["nodes"]]
1075 assert "Dog" in labels
1076
1077
1078def test_objc_finds_methods():

Callers

nothing calls this directly

Calls 1

extract_objcFunction · 0.90

Tested by

no test coverage detected