Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ role
Function
role
packages/opencode/test/lib/llm-server.ts:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
function
role() {
84
return
chunk({ delta: { role:
"assistant"
} })
85
}
86
87
function
textLine(value: string) {
88
return
chunk({ delta: { content: value } })
Callers
2
Reply
Class · 0.85
TestLLMServer
Class · 0.85
Calls
1
chunk
Function · 0.85
Tested by
no test coverage detected