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

Function test_objc_no_dangling_edges

tests/test_languages.py:1125–1129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1123
1124
1125def test_objc_no_dangling_edges():
1126 r = extract_objc(FIXTURES / "sample.m")
1127 node_ids = {n["id"] for n in r["nodes"]}
1128 for e in r["edges"]:
1129 assert e["source"] in node_ids, f"Dangling source: {e}"
1130
1131
1132def test_objc_resolves_self_method_calls():

Callers

nothing calls this directly

Calls 1

extract_objcFunction · 0.90

Tested by

no test coverage detected