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

Function buildTask

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

Source from the content-addressed store, hash-verified

24
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}`});

Callers

nothing calls this directly

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected