()
| 96 | } |
| 97 | |
| 98 | get executionTarget() { |
| 99 | return this.mode === "local" |
| 100 | ? this.cwd |
| 101 | : formatCloudRepository(this.cloudRepository ?? detectCloudRepository(this.cwd)) |
| 102 | } |
| 103 | |
| 104 | setModel(model: ModelSelection) { |
| 105 | this.modelSelection = model |
nothing calls this directly
no test coverage detected