Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ekalinin/nodeenv
/ get_node_src_url
Function
get_node_src_url
nodeenv.py:582–584 ·
view source on GitHub ↗
(version)
Source
from the content-addressed store, hash-verified
580
581
582
def
get_node_src_url(version):
583
tar_name =
'node-v%s.tar.gz'
% version
584
return
get_root_url(version) + tar_name
585
586
587
@contextlib.contextmanager
Callers
1
install_node_wrapped
Function · 0.85
Calls
1
get_root_url
Function · 0.85
Tested by
no test coverage detected