| 2 | import ClassModel from './class'; |
| 3 | |
| 4 | export default class Namespace extends ClassModel { |
| 5 | @belongsTo('project-version', { async: false, inverse: null }) |
| 6 | projectVersion; |
| 7 | } |
nothing calls this directly
no outgoing calls
no test coverage detected