Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/davyxu/cellnet
/ Error
Struct
Error
err.go:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"fmt"
4
5
type
Error
struct
{
6
s string
7
context
interface
{}
8
}
9
10
func
(self *Error) Error() string {
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected