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

Method off

lib/tasks/server/express-server.js:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 off() {
32 this.emitter.off.apply(this.emitter, arguments);
33 }
34
35 emit() {
36 this.emitter.emit.apply(this.emitter, arguments);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected