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

Function Addon

tests/fixtures/addon/commands/addon-command.js:1–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function Addon() {
2 this.name = "Ember CLI Addon Command Test"
3 return this;
4}
5
6Addon.prototype.includedCommands = function() {
7 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…