Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ firstPartText
Function
firstPartText
packages/opencode/test/server/httpapi-sdk.test.ts:178–180 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
176
}
177
178
function
firstPartText(value: unknown) {
179
return
record(array(record(value).parts)[0]).text
180
}
181
182
function
sessionTitles(value: unknown) {
183
return
array(value)
Callers
1
httpapi-sdk.test.ts
File · 0.85
Calls
2
record
Function · 0.70
array
Function · 0.70
Tested by
no test coverage detected