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

Method dir

deps/npm/lib/npm.js:500–502  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

498 }
499
500 get dir () {
501 return this.global ? this.globalDir : this.localDir
502 }
503
504 get globalBin () {
505 const b = this.globalPrefix

Calls

no outgoing calls

Tested by

no test coverage detected