()
| 12 | @tracked results = []; |
| 13 | |
| 14 | get projectVersion() { |
| 15 | return this.projectService.version; |
| 16 | } |
| 17 | |
| 18 | search = restartableTask(async (query) => { |
| 19 | const projectVersion = this.projectVersion; |
nothing calls this directly
no outgoing calls
no test coverage detected