Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Graphify-Labs/graphify
/ _labels
Function
_labels
tests/test_languages.py:27–28 ·
view source on GitHub ↗
(r)
Source
from the content-addressed store, hash-verified
25
26
27
def
_labels(r):
28
return
[n[
"label"
]
for
n in r[
"nodes"
]]
29
30
def
_relations(r):
31
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_cuda_finds_kernel_and_device_functions
Function · 0.70
test_cuda_finds_struct
Function · 0.70
test_metal_finds_kernel_function_and_struct
Function · 0.70
test_ruby_finds_class
Function · 0.70
test_ruby_finds_methods
Function · 0.70
test_ruby_finds_function
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected