MCPcopy
hub / github.com/cpaczek/skylight / calibApply

Method calibApply

tracker/src/loop.ts:304–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

onMessageMethod · 0.80

Calls 3

takeSolvedMethod · 0.80
writeMethod · 0.80
patchConfigMethod · 0.65

Tested by

no test coverage detected