| 7 | import createExcerpt from 'ember-api-docs/utils/create-excerpt'; |
| 8 | |
| 9 | export default class ClassRoute extends Route { |
| 10 | /** @type {import('@ember/routing/router-service').default} */ |
| 11 | @service |
| 12 | router; |
nothing calls this directly
no outgoing calls
no test coverage detected