Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getBinaryPath
Function
getBinaryPath
test/common/shared-lib-util.js:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
41
// Get the binary path of stack frames.
42
function
getBinaryPath() {
43
return
kNodeShared ? getSharedLibPath() : process.execPath;
44
}
45
46
module.exports = {
47
addLibraryPath,
Callers
1
test-abort-backtrace.js
File · 0.85
Calls
1
getSharedLibPath
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…