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

Method off

lib/models/watcher.js:167–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 off() {
168 const args = arguments;
169 if (args[0] === 'change' && !this.watchedDir) {
170 args[0] = 'buildSuccess';
171 }
172 this.watcher.off.apply(this.watcher, args);
173 }
174};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected