MCPcopy
hub / github.com/safishamsi/graphify / _labels

Function _labels

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

Source from the content-addressed store, hash-verified

11
12
13def _labels(r):
14 return [n["label"] for n in r["nodes"]]
15
16def _relations(r):
17 return {e["relation"] for e in r["edges"]}

Callers 15

test_java_finds_classFunction · 0.70
test_java_finds_methodsFunction · 0.70
test_c_finds_functionsFunction · 0.70
test_cpp_finds_classFunction · 0.70
test_cpp_finds_methodsFunction · 0.70
test_ruby_finds_classFunction · 0.70
test_ruby_finds_methodsFunction · 0.70
test_ruby_finds_functionFunction · 0.70
test_csharp_finds_classFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected