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

Method setupBroccoliChangeEvent

lib/models/server-watcher.js:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 setupBroccoliChangeEvent() {
20 this.watcher.on('change', this.didChange.bind(this));
21 }
22
23 didChange(relativePath) {
24 this.ui.writeLine(`File changed: "${relativePath}"`);

Callers

nothing calls this directly

Calls 1

onMethod · 0.45

Tested by

no test coverage detected