MCPcopy
hub / github.com/ember-cli/ember-cli / start

Function start

tests/unit/tasks/serve-test.js:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 let _watcher = {};
42 let _expressServer = {
43 start() {
44 return Promise.resolve();
45 },
46 };
47 let _liveReloadServer = _expressServer;
48

Callers 1

test-helper.tsFile · 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…