MCPcopy Create free account
hub / github.com/anomalyco/opencode / user

Function user

packages/opencode/test/cli/run/scrollback.surface.test.ts:204–211  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

202})
203
204function user(text: string): StreamCommit {
205 return {
206 kind: "user",
207 text,
208 phase: "start",
209 source: "system",
210 }
211}
212
213function error(text: string): StreamCommit {
214 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected