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

Method podTemplates

lib/broccoli/ember-app.js:672–679  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

670 }
671
672 podTemplates() {
673 return new Funnel(this.trees.app, {
674 include: this._podTemplatePatterns(),
675 exclude: ['templates/**/*'],
676 destDir: this.name,
677 annotation: 'Funnel: Pod Templates',
678 });
679 }
680
681 _templatesTree() {
682 if (!this._cachedTemplateTree) {

Callers 1

_templatesTreeMethod · 0.95

Calls 1

_podTemplatePatternsMethod · 0.95

Tested by

no test coverage detected