Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ startup-cli-version.js
File
startup-cli-version.js
benchmark/misc/startup-cli-version.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
common = require(
'../common.js'
);
3
const
{ spawnSync } = require(
'child_process'
);
4
const
{ existsSync } = require(
'fs'
);
Callers
nothing calls this directly
Calls
4
filter
Method · 0.65
require
Function · 0.50
existsSync
Function · 0.50
resolve
Method · 0.45
Tested by
no test coverage detected