MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / run

Method run

lib/models/task.js:6–8  ·  view source on GitHub ↗
(/*options*/)

Source from the content-addressed store, hash-verified

4
5class Task extends CoreObject {
6 run(/*options*/) {
7 throw new Error('Task needs to have run() defined.');
8 }
9
10 /**
11 * Interrupt comamd with an exit code

Callers 5

runTaskFunction · 0.95
validateAndRunFunction · 0.45
addPackagesToProjectFunction · 0.45
addAddonsToProjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected