MCPcopy 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

1function parseVersion(version) {
2 return version.split('.').map(Number);
3}
4

Callers

nothing calls this directly

Calls 2

compareVersionsFunction · 0.85
errorMethod · 0.80

Tested by

no test coverage detected