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

Function getNestedCycleMatches

test/parallel/test-fs-glob.mjs:554–556  ·  view source on GitHub ↗
(matches)

Source from the content-addressed store, hash-verified

552].sort();
553
554const getNestedCycleMatches = (matches) => {
555 return matches.filter((match) => match.startsWith(`follow${sep}cycle${sep}`));
556};
557
558describe('glob - followSymlinks', function() {
559 const promisified = promisify(glob);

Callers 1

test-fs-glob.mjsFile · 0.85

Calls 1

filterMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…