Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/ai
/ now
Method
now
packages/ai-sandbox/src/run-log.ts:115–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
private readonly runs =
new
Map<string, RunState>()
114
115
private now(): number {
116
return
Date.now()
117
}
118
119
private require(runId: string): RunState {
120
const
state = this.runs.get(runId)
Callers
15
open
Method · 0.95
append
Method · 0.95
finish
Method · 0.95
main
Function · 0.80
createCodeModeTool
Function · 0.80
createEventAwareBindings
Function · 0.80
chatStream
Function · 0.80
structuredOutputStream
Function · 0.80
processStreamChunks
Function · 0.80
chatStream
Function · 0.80
structuredOutputStream
Function · 0.80
processStreamChunks
Function · 0.80
Calls
no outgoing calls
Tested by
15
createGenerationChunks
Function · 0.64
createVideoChunks
Function · 0.64
createErrorChunks
Function · 0.64
createGenerationChunks
Function · 0.64
createVideoChunks
Function · 0.64
createErrorChunks
Function · 0.64
errorStream
Function · 0.64
textTurn
Function · 0.64
chunk
Function · 0.64
makeChunk
Function · 0.64
textTurn
Function · 0.64
structuredStartEvent
Function · 0.64