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

Function test_objc_finds_methods

tests/test_languages.py:1078–1081  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1076
1077
1078def test_objc_finds_methods():
1079 r = extract_objc(FIXTURES / "sample.m")
1080 labels = [n["label"] for n in r["nodes"]]
1081 assert any("speak" in l or "fetch" in l or "initWithName" in l for l in labels)
1082
1083
1084def test_objc_finds_imports():

Callers

nothing calls this directly

Calls 1

extract_objcFunction · 0.90

Tested by

no test coverage detected