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

Method recordJobIdChange

packages/ai-client/src/devtools.ts:1579–1584  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1577 }
1578
1579 recordJobIdChange(): void {
1580 this.updateActiveRun({
1581 jobId: (this.getCoreState() as VideoDevtoolsCoreState<TOutput>).jobId,
1582 } as VideoRunPatch<TOutput>)
1583 this.emitState()
1584 }
1585
1586 recordVideoStatusChange(): void {
1587 const core = this.getCoreState() as VideoDevtoolsCoreState<TOutput>

Callers 1

setJobIdMethod · 0.45

Calls 2

updateActiveRunMethod · 0.80
emitStateMethod · 0.45

Tested by

no test coverage detected