MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / watchTask

Function watchTask

gulpfile.extensions.js:27–27  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

25 const installTask = (cb) => execute(installTaskExec, cb);
26 const buildTask = (cb) => execute(buildTaskExec, cb);
27 const watchTask = (cb) => execute(watchTaskExec, cb);
28
29 Object.defineProperty(installTask, 'name', { value: `installExtension:${name}`});
30 Object.defineProperty(buildTask, 'name', { value: `buildExtension:${name}` });

Callers

nothing calls this directly

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected