Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Graphify-Labs/graphify
/ _has_node
Function
_has_node
tests/test_ts_namespace.py:24–25 ·
view source on GitHub ↗
(result: dict, file: str, sym: str)
Source
from the content-addressed store, hash-verified
22
23
24
def
_has_node(result: dict, file: str, sym: str) -> bool:
25
return
_node_label(result, file, sym) is not None
26
27
28
def
test_namespace_is_node(tmp_path):
Callers
4
test_namespace_is_node
Function · 0.70
test_module_keyword_is_node
Function · 0.70
test_namespace_members_still_extracted
Function · 0.70
test_namespace_node_not_emitted_in_js
Function · 0.70
Calls
1
_node_label
Function · 0.70
Tested by
no test coverage detected