MCPcopy Create free account
hub / github.com/TanStack/ai / createRun

Function createRun

packages/ai-devtools/tests/hook-dashboard-model.test.ts:122–130  ·  view source on GitHub ↗
(id: string, status: RunRecord['status'])

Source from the content-addressed store, hash-verified

120}
121
122function createRun(id: string, status: RunRecord['status']): RunRecord {
123 return {
124 id,
125 status,
126 startedAt: 1,
127 updatedAt: 2,
128 eventIds: [],
129 }
130}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected