MCPcopy 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
95function finishLine(reason: string, usage?: Usage) {
96 return chunk({ finish: reason, usage })
97}
98
99function toolStartLine(id: string, name: string) {
100 return chunk({

Callers 2

itemMethod · 0.85
TestLLMServerClass · 0.85

Calls 1

chunkFunction · 0.85

Tested by

no test coverage detected