Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ textLine
Function
textLine
packages/opencode/test/lib/llm-server.ts:87–89 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
85
}
86
87
function
textLine(value: string) {
88
return
chunk({ delta: { content: value } })
89
}
90
91
function
reasonLine(value: string) {
92
return
chunk({ delta: { reasoning_content: value } })
Callers
2
text
Method · 0.85
TestLLMServer
Class · 0.85
Calls
1
chunk
Function · 0.85
Tested by
no test coverage detected