Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ detect-node-version.js
File
detect-node-version.js
frontend/scripts/detect-node-version.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
parseVersion(version) {
2
return
version.split(
'.'
).map(Number);
3
}
4
Callers
nothing calls this directly
Calls
2
compareVersions
Function · 0.85
error
Method · 0.80
Tested by
no test coverage detected