MCPcopy
hub / github.com/TanStack/ai / latestGenerationRuns

Function latestGenerationRuns

packages/ai-client/tests/generation-devtools.test.ts:127–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 function latestGenerationRuns() {
128 const runs = latestSnapshotState().runs
129 if (!Array.isArray(runs)) {
130 throw new Error('Expected generation snapshot runs')
131 }
132 return runs
133 }
134
135 function isSnapshotStatePayload(
136 value: unknown,

Callers 1

Calls 1

latestSnapshotStateFunction · 0.85

Tested by

no test coverage detected