Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ekalinin/nodeenv
/ _get_versions_json
Function
_get_versions_json
nodeenv.py:1023–1025 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1021
1022
1023
def
_get_versions_json():
1024
response = urlopen(
'%s/index.json'
% src_base_url)
1025
return
json.loads(response.read().decode(
'UTF-8'
))
1026
1027
1028
def
get_node_versions():
Callers
2
get_node_versions
Function · 0.85
_get_last_node_version
Function · 0.85
Calls
1
urlopen
Function · 0.85
Tested by
no test coverage detected