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

Function _checkForPod

lib/models/blueprint.js:397–407  ·  view source on GitHub ↗

Prints warning for pod unsupported. @private @method _checkForPod

(verbose)

Source from the content-addressed store, hash-verified

395 @method _checkForPod
396 */
397 _checkForPod(verbose) {
398 if (!this.hasPathToken && this.pod && verbose) {
399 this.ui.writeLine(
400 chalk.yellow(
401 'You specified the pod flag, but this' +
402 ' blueprint does not support pod structure. It will be generated with' +
403 ' the default structure.'
404 )
405 );
406 }
407 },
408
409 /**
410 @private

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…