MCPcopy 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
582def 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_wrappedFunction · 0.85

Calls 1

get_root_urlFunction · 0.85

Tested by

no test coverage detected