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

Function installTask

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

Source from the content-addressed store, hash-verified

23 const watchTaskExec = `cd ${folder} && ${json['scripts']['watch']}`;
24
25 const installTask = (cb) => execute(installTaskExec, cb);
26 const buildTask = (cb) => execute(buildTaskExec, cb);
27 const watchTask = (cb) => execute(watchTaskExec, cb);
28

Callers

nothing calls this directly

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected