Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
189
function
msgErr(id: string): string {
190
return
`msg:${id}:error`
191
}
192
193
function
patch(patch?: FooterPatch, view?: FooterView): FooterOutput | undefined {
194
if
(!patch && !view) {
Callers
1
reduceSessionData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected