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

Function addAdditionalJsonForHelp

lib/commands/generate.js:98–100  ·  view source on GitHub ↗
(json, options)

Source from the content-addressed store, hash-verified

96 },
97
98 addAdditionalJsonForHelp(json, options) {
99 json.availableBlueprints = this.getAllBlueprints(options);
100 },
101
102 getAllBlueprints(options) {
103 let lookupPaths = this.project.blueprintLookupPaths();

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…