Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Graphify-Labs/graphify
/ _relations
Function
_relations
tests/test_languages.py:30–31 ·
view source on GitHub ↗
(r)
Source
from the content-addressed store, hash-verified
28
return
[n[
"label"
]
for
n in r[
"nodes"
]]
29
30
def
_relations(r):
31
return
{e[
"relation"
]
for
e in r[
"edges"
]}
32
33
def
_calls(r):
34
node_by_id = {n[
"id"
]: n[
"label"
]
for
n in r[
"nodes"
]}
Callers
15
test_java_finds_imports
Function · 0.70
test_c_finds_includes
Function · 0.70
test_cpp_finds_includes
Function · 0.70
test_cuda_finds_includes
Function · 0.70
test_csharp_finds_usings
Function · 0.70
test_php_finds_imports
Function · 0.70
test_php_finds_static_property_access
Function · 0.70
test_php_finds_config_helper_call
Function · 0.70
test_php_finds_container_bind
Function · 0.70
test_php_finds_event_listeners
Function · 0.70
test_swift_finds_imports
Function · 0.70
test_js_module_level_arrow_produces_node_and_call_edges
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected