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

Function AddonServeCommand

tests/unit/cli/lookup-command-test.js:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21};
22
23function AddonServeCommand() {
24 this.name = 'FakeAddon';
25 return this;
26}
27AddonServeCommand.prototype.includedCommands = function () {
28 return {
29 Serve: {

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…