@public @method isEnabled @return {Boolean} Whether or not this addon is enabled
()
| 1348 | @return {Boolean} Whether or not this addon is enabled |
| 1349 | */ |
| 1350 | isEnabled() { |
| 1351 | return true; |
| 1352 | }, |
| 1353 | |
| 1354 | /** |
| 1355 | Can be used to exclude addons from being added as a child addon. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…