Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/ai
/ now
Function
now
packages/ai-codex/src/stream/translate.ts:171–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
): AsyncIterable<StreamChunk> {
170
const
{ model, runId, threadId, genId } = ctx
171
const
now = () => Date.now()
172
173
let
runStarted = false
174
/** Tool calls started but with no result yet. */
Callers
5
startRun
Function · 0.70
synthesizeUnresolvedResults
Function · 0.70
openToolCall
Function · 0.70
handleItemCompleted
Function · 0.70
translateThreadEvents
Function · 0.70
Calls
1
now
Method · 0.80
Tested by
no test coverage detected