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

Function Addon

tests/fixtures/addon/commands/addon-command-class.js:3–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const Command = require('../../../../lib/models/command');
2
3function Addon() {
4 this.name = "Ember CLI Addon Class Command Test"
5 return this;
6}
7
8Addon.prototype.includedCommands = function() {
9 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…