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

Method setup

lib/internal/fs/glob.js:315–318  ·  view source on GitHub ↗
(root, isExcludedFn)

Source from the content-addressed store, hash-verified

313 #isExcluded = () => false;
314
315 setup(root, isExcludedFn) {
316 this.#root = root;
317 this.#isExcluded = isExcludedFn;
318 }
319
320 add(value) {
321 if (this.#isExcluded(resolve(this.#root, value))) {

Callers 8

lazyBootstrapRootFunction · 0.45
node.jsFile · 0.45
constructorMethod · 0.45
_runMethod · 0.45
testharness.jsFile · 0.45
setupFunction · 0.45
promise_setupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected