MCPcopy Index your code
hub / github.com/anomalyco/opencode / msgErr

Function msgErr

packages/opencode/src/cli/cmd/run/session-data.ts:189–191  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

187}
188
189function msgErr(id: string): string {
190 return `msg:${id}:error`
191}
192
193function patch(patch?: FooterPatch, view?: FooterView): FooterOutput | undefined {
194 if (!patch && !view) {

Callers 1

reduceSessionDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected