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

Method status

packages/ai-sandbox/src/run.ts:159–161  ·  view source on GitHub ↗

Current run record, or null if the run is unknown.

(runId: string)

Source from the content-addressed store, hash-verified

157
158 /** Current run record, or null if the run is unknown. */
159 status(runId: string): Promise<RunRecord | null> {
160 return this.log.get(runId)
161 }
162
163 /** Await every currently in-flight run's `done` promise. */
164 async drain(): Promise<void> {

Callers 15

statusFunction · 0.45
fetchFunction · 0.45
currentFunction · 0.45
git-exec.test.tsFile · 0.45
run.test.tsFile · 0.45
getVideoStatusMethod · 0.45
callSummarizeAPIFunction · 0.45
runLifecycleFunction · 0.45

Calls 1

getMethod · 0.65

Tested by 2

runLifecycleFunction · 0.36
fetchOtelCaptureFunction · 0.36