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

Function Command1

tests/unit/commands/help-test.js:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 describe('common to both', function () {
20 it('finds command on disk', function () {
21 let Command1 = function () {};
22 Command1.prototype.printBasicHelp = td.function();
23 Command1.prototype.printDetailedHelp = td.function();
24

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…