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

Method constructor

lib/tasks/serve.js:27–32  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

25
26class ServeTask extends Task {
27 constructor(options) {
28 super(options);
29
30 this._runDeferred = null;
31 this._builder = null;
32 }
33
34 async run(options) {
35 let hasBuild = !!options.path;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected