Can be used to exclude addons from being added as a child addon. #### Uses: - Abstract away multiple addons while only including one into the built assets @public @method shouldIncludeChildAddon @param {Addon} childAddon @return {Boolean} Whether or not a child addon is su
()
| 1377 | ``` |
| 1378 | */ |
| 1379 | shouldIncludeChildAddon() { |
| 1380 | return true; |
| 1381 | }, |
| 1382 | }; |
| 1383 | |
| 1384 | // Methods without default implementation |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…