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

Function _labels

tests/test_multilang.py:13–14  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

11# ── helpers ──────────────────────────────────────────────────────────────────
12
13def _labels(result):
14 return [n["label"] for n in result["nodes"]]
15
16def _call_pairs(result):
17 node_by_id = {n["id"]: n["label"] for n in result["nodes"]}

Callers 9

test_ts_finds_classFunction · 0.70
test_ts_finds_methodsFunction · 0.70
test_ts_finds_functionFunction · 0.70
test_go_finds_structFunction · 0.70
test_go_finds_methodsFunction · 0.70
test_rust_finds_structFunction · 0.70
test_rust_finds_functionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected