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

Method didAdd

lib/models/server-watcher.js:27–29  ·  view source on GitHub ↗
(relativePath)

Source from the content-addressed store, hash-verified

25 }
26
27 didAdd(relativePath) {
28 this.ui.writeLine(`File added: "${relativePath}"`);
29 }
30
31 didDelete(relativePath) {
32 this.ui.writeLine(`File deleted: "${relativePath}"`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected