MCPcopy 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

startRunFunction · 0.70
openToolCallFunction · 0.70
handleItemCompletedFunction · 0.70
translateThreadEventsFunction · 0.70

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected