| 20 | }); |
| 21 | |
| 22 | export default class App extends Application { |
| 23 | modulePrefix = config.modulePrefix; |
| 24 | podModulePrefix = config.podModulePrefix; |
| 25 | Resolver = Resolver; |
| 26 | inspector = setupInspector(this); |
| 27 | } |
| 28 | |
| 29 | loadInitializers(App, config.modulePrefix); |
nothing calls this directly
no outgoing calls
no test coverage detected