Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphile/starter
/ _setup_utils.js
File
_setup_utils.js
scripts/_setup_utils.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
if
(parseInt(process.version.split(
"."
)[0], 10) < 10) {
2
throw
new
Error(
"This project requires Node.js >= 10.0.0"
);
3
}
4
Callers
nothing calls this directly
Calls
3
add
Function · 0.85
safeRandomString
Function · 0.85
main
Function · 0.70
Tested by
no test coverage detected