Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/TypeChat
/ evaluateArray
Function
evaluateArray
typescript/src/ts/program.ts:183–185 ·
view source on GitHub ↗
(array: unknown[])
Source
from the content-addressed store, hash-verified
181
}
182
183
function
evaluateArray(array: unknown[]) {
184
return
Promise.all(array.map(evaluate));
185
}
186
}
187
188
/**
Callers
1
evaluateObject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…