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

Method write

tracker/src/record.ts:34–37  ·  view source on GitHub ↗
(kind: string, data: Record<string, unknown>)

Source from the content-addressed store, hash-verified

32 }
33
34 write(kind: string, data: Record<string, unknown>): void {
35 if (!this.stream) return;
36 this.stream.write(JSON.stringify({ kind, t: Date.now(), ...data }) + "\n");
37 }
38}

Callers 14

startMethod · 0.95
onSnapshotMethod · 0.80
setModeMethod · 0.80
manualTargetMethod · 0.80
jogMethod · 0.80
gotoAzElMethod · 0.80
gotoPanTiltMethod · 0.80
calibCaptureMethod · 0.80
calibSolveMethod · 0.80
calibApplyMethod · 0.80
tickMethod · 0.80
visionTickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected