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

Method build

tests/unit/commands/test-test.js:417–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415 };
416 options.Watcher = class Watcher extends CoreObject {
417 static build() {
418 return { watcher: new this(...arguments) };
419 }
420 };
421
422 buildCommand();

Callers 4

addon-test.jsFile · 0.45
watcher-test.jsFile · 0.45
builder-test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected