()
| 302 | } |
| 303 | |
| 304 | calibApply(): void { |
| 305 | const model = this.calibration.takeSolved(); |
| 306 | if (!model) return; |
| 307 | this.upstream.patchConfig({ tracker: { mount: model } } as Partial<Config>); |
| 308 | this.recorder.write("calibApply", { model }); |
| 309 | } |
| 310 | |
| 311 | // --- the tick --- |
| 312 |
no test coverage detected