Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/ai
/ now
Function
now
packages/ai-claude-code/src/stream/translate.ts:107–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
): AsyncIterable<StreamChunk> {
106
const
{ model, runId, threadId, genId } = ctx
107
const
now = () => Date.now()
108
109
let
runStarted = false
110
/** Tool calls started but with no result yet. */
Callers
10
startRun
Function · 0.70
synthesizeUnresolvedResults
Function · 0.70
closePartialText
Function · 0.70
closePartialReasoning
Function · 0.70
emitToolUse
Function · 0.70
handleAssistant
Function · 0.70
handleUser
Function · 0.70
handleResult
Function · 0.70
handleStreamEvent
Function · 0.70
translateSdkStream
Function · 0.70
Calls
1
now
Method · 0.80
Tested by
no test coverage detected