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

Method at

lib/internal/fs/glob.js:276–278  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

274 return ArrayPrototypeSome(ArrayFrom(this.indexes), (i) => !this.symlinks.has(i));
275 }
276 at(index) {
277 return ArrayPrototypeAt(this.#pattern, index);
278 }
279 child(indexes, symlinks = new SafeSet(), realpaths = this.realpaths) {
280 return new Pattern(this.#pattern, this.#globStrings, indexes, symlinks, realpaths);
281 }

Callers 15

isLastMethod · 0.95
reviverFunction · 0.45
exitsFunction · 0.45
exitsFunction · 0.45
addon-verify.mjsFile · 0.45
hasGetterOrIsProxyFunction · 0.45
#addSubpatternsMethod · 0.45
#iterateSubpatternsMethod · 0.45
assertProbeJsonFunction · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36