Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-process-execpath.js
File
test-process-execpath.js
test/parallel/test-process-execpath.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
common = require(
'../common'
);
3
if
(common.isWindows)
4
common.skip(
'symlinks are weird on windows'
);
Callers
nothing calls this directly
Calls
8
require
Function · 0.50
skip
Method · 0.45
realpathSync
Method · 0.45
log
Method · 0.45
refresh
Method · 0.45
resolve
Method · 0.45
symlinkSync
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected