| 12 | }); |
| 13 | |
| 14 | export default class App extends Application { |
| 15 | modulePrefix = config.modulePrefix; |
| 16 | |
| 17 | podModulePrefix = config.podModulePrefix; |
| 18 | |
| 19 | Resolver = Resolver; |
| 20 | } |
| 21 | |
| 22 | loadInitializers(App, config.modulePrefix); |
nothing calls this directly
no outgoing calls
no test coverage detected