MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / localBlueprintLookupPath

Method localBlueprintLookupPath

lib/models/project.js:513–515  ·  view source on GitHub ↗

Path to the blueprints for this project. @private @method localBlueprintLookupPath @return {String} Path to blueprints

()

Source from the content-addressed store, hash-verified

511 @return {String} Path to blueprints
512 */
513 localBlueprintLookupPath() {
514 return path.join(this.root, 'blueprints');
515 }
516
517 /**
518 Returns a list of paths (including addon paths) where blueprints will be looked up.

Callers 2

blueprintLookupPathsMethod · 0.95
project-test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected