()
| 38 | .factoryFor('controller:project-version') |
| 39 | .create({ |
| 40 | getRelations() { |
| 41 | return moduleIds; |
| 42 | }, |
| 43 | }); |
| 44 | |
| 45 | let moduleNames = controller.getModuleRelationships('ember-2.10.1'); |
nothing calls this directly
no outgoing calls
no test coverage detected