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

Function _getAddonTemplatesTreeFiles

lib/models/addon.js:1029–1037  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1027 },
1028
1029 _getAddonTemplatesTreeFiles() {
1030 let addonTemplatesTreePath = this._treePathFor('addon-templates');
1031
1032 if (fs.existsSync(addonTemplatesTreePath)) {
1033 return walkSync(addonTemplatesTreePath);
1034 }
1035
1036 return [];
1037 },
1038
1039 _addonTemplateFiles(addonTree) {
1040 if (this._cachedAddonTemplateFiles) {

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…