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

Method cacheKey

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

Source from the content-addressed store, hash-verified

297 }
298
299 cacheKey(index) {
300 let key = '';
301 for (let i = index; i < this.#globStrings.length; i++) {
302 key += this.#globStrings[i];
303 if (i !== this.#globStrings.length - 1) {
304 key += '/';
305 }
306 }
307 return key;
308 }
309}
310
311class ResultSet extends SafeSet {

Callers 2

addMethod · 0.80
seenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected