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

Function _getAddonTreeFiles

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

Source from the content-addressed store, hash-verified

1017 },
1018
1019 _getAddonTreeFiles() {
1020 let addonTreePath = this._treePathFor('addon');
1021
1022 if (fs.existsSync(addonTreePath)) {
1023 return walkSync(addonTreePath);
1024 }
1025
1026 return [];
1027 },
1028
1029 _getAddonTemplatesTreeFiles() {
1030 let addonTemplatesTreePath = this._treePathFor('addon-templates');

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…