(name, dependents, fn)
| 104 | } |
| 105 | |
| 106 | function defaultTask(name, dependents, fn) { |
| 107 | if (!orchestrator.hasTask(name)) { |
| 108 | orchestrator.add(name, dependents, fn); |
| 109 | } |
| 110 | } |
| 111 | |
| 112 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected