MCPcopy Index your code
hub / github.com/darkreader/darkreader / getPaths

Function getPaths

tasks/utils.js:167–170  ·  view source on GitHub ↗
(patterns)

Source from the content-addressed store, hash-verified

165 * @returns {Promise<string[]>}
166 */
167export async function getPaths(patterns) {
168 const {globby} = await import('globby');
169 return await globby(patterns);
170}
171
172/**
173 * @param {number} delay

Callers 4

copyAllFunction · 0.90
archiveDirectoryFunction · 0.90
processExtensionPlatformFunction · 0.90
enumerateStandardPathsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected