MCPcopy 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.
42function getBinaryPath() {
43 return kNodeShared ? getSharedLibPath() : process.execPath;
44}
45
46module.exports = {
47 addLibraryPath,

Callers 1

Calls 1

getSharedLibPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…