Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ finishLine
Function
finishLine
packages/opencode/test/lib/llm-server.ts:95–97 ·
view source on GitHub ↗
(reason: string, usage?: Usage)
Source
from the content-addressed store, hash-verified
93
}
94
95
function
finishLine(reason: string, usage?: Usage) {
96
return
chunk({ finish: reason, usage })
97
}
98
99
function
toolStartLine(id: string, name: string) {
100
return
chunk({
Callers
2
item
Method · 0.85
TestLLMServer
Class · 0.85
Calls
1
chunk
Function · 0.85
Tested by
no test coverage detected