MCPcopy Create free account
hub / github.com/Tong89/smartNode / fetchSnapshotAt

Function fetchSnapshotAt

frontend/src/api/endpoints.ts:144–146  ·  view source on GitHub ↗
(t: number)

Source from the content-addressed store, hash-verified

142 * Used by the time-playback feature to render situational replay.
143 */
144export function fetchSnapshotAt(t: number): Promise<SnapshotAt> {
145 return apiClient.get<SnapshotAt>(`/api/snapshot_at?t=${encodeURIComponent(t)}`);
146}
147
148// ── Scenario API ─────────────────────────────────────────────────────────────
149

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected