Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
def
_labels(r):
14
return
[n[
"label"
]
for
n in r[
"nodes"
]]
15
16
def
_relations(r):
17
return
{e[
"relation"
]
for
e in r[
"edges"
]}
Callers
15
test_java_finds_class
Function · 0.70
test_java_finds_interface
Function · 0.70
test_java_finds_methods
Function · 0.70
test_c_finds_functions
Function · 0.70
test_cpp_finds_class
Function · 0.70
test_cpp_finds_methods
Function · 0.70
test_ruby_finds_class
Function · 0.70
test_ruby_finds_methods
Function · 0.70
test_ruby_finds_function
Function · 0.70
test_csharp_finds_class
Function · 0.70
test_csharp_finds_interface
Function · 0.70
test_csharp_finds_methods
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected