MCPcopy Create free account
hub / github.com/cpaczek/skylight /

Class

tracker/src/loop.ts:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51const AUTOCAL_FILE = resolve(TRACKER_DIR, "../data/autocal.json");
52
53export class ControlLoop {
54 private mode: TrackerMode = "auto";
55 private manualHex: string | null = null;
56 private current: CurrentTarget | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected