MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / didRestart

Method didRestart

lib/tasks/server/livereload-server.js:229–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227 }
228
229 didRestart() {
230 this.liveReloadServer.changed({
231 body: {
232 files: ['LiveReload files'],
233 },
234 });
235 }
236};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected