Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/davyxu/cellnet
/ NewErrorContext
Function
NewErrorContext
err.go:24–26 ·
view source on GitHub ↗
(s string, context interface{})
Source
from the content-addressed store, hash-verified
22
}
23
24
func
NewErrorContext(s string, context
interface
{}) error {
25
return
&Error{s: s, context: context}
26
}
Callers
3
EncodeMessage
Function · 0.92
DecodeMessage
Function · 0.92
DecodeMessageByType
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected