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

Function createTask

tasks/task.js:67–69  ·  view source on GitHub ↗
(name, run)

Source from the content-addressed store, hash-verified

65 * @param {(options: TaskOptions) => void | Promise<any>} run
66 */
67export function createTask(name, run) {
68 return new Task(name, run);
69}
70
71/**
72 * @param {Task[]} tasks

Callers 12

createBundleJSTaskFunction · 0.90
createCopyTaskFunction · 0.90
zip.jsFile · 0.90
createBundleCSSTaskFunction · 0.90
code-style.jsFile · 0.90
log.jsFile · 0.90
createBundleLocalesTaskFunction · 0.90
bundle-manifest.jsFile · 0.90
clean.jsFile · 0.90
bundle-api.jsFile · 0.90
createBundleHTMLTaskFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected