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

Method path

lib/internal/fs/dir.js:77–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 get path() {
78 if (!(#path in this))
79 throw new ERR_INVALID_THIS('Dir');
80 return this.#path;
81 }
82
83 #processHandlerQueue() {
84 while (this.#handlerQueue.length > 0) {

Calls

no outgoing calls

Tested by 6

testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36