MCPcopy Create free account
hub / github.com/amorey/loadjs / makeTask

Function makeTask

gulpfile.js:53–56  ·  view source on GitHub ↗
(displayName, fn)

Source from the content-addressed store, hash-verified

51// ============================================================================
52
53function makeTask(displayName, fn) {
54 if (displayName) fn.displayName = displayName;
55 return fn;
56}
57
58
59function clean(dirname) {

Callers 3

cleanFunction · 0.85
buildJsFunction · 0.85
buildUmdJsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…