MCPcopy Index your code
hub / github.com/nodejs/node / getSharedLibPath

Function getSharedLibPath

test/common/shared-lib-util.js:34–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33// Get the full path of shared lib.
34function getSharedLibPath() {
35 if (common.isWindows) {
36 return path.join(kExecPath, 'node.dll');
37 }
38 return path.join(kExecPath, `libnode.${kShlibSuffix}`);
39}
40
41// Get the binary path of stack frames.
42function getBinaryPath() {

Callers 1

getBinaryPathFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…