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

Method run

tasks/task.js:39–43  ·  view source on GitHub ↗

* @param {TaskOptions} options

(options)

Source from the content-addressed store, hash-verified

37 * @param {TaskOptions} options
38 */
39 async run(options) {
40 await this._measureTime(
41 () => this._run(options)
42 );
43 }
44
45 watch(platforms) {
46 if (!this._watchFiles || !this._onChange) {

Callers 2

prepareOverridesSheetFunction · 0.80
runTasksFunction · 0.80

Calls 1

_measureTimeMethod · 0.95

Tested by

no test coverage detected