Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cockroachdb/errors
/ werrFmt
Struct
werrFmt
markers/markers_test.go:703–706 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
701
}
702
703
type
werrFmt
struct
{
704
cause error
705
msg string
706
}
707
708
var
_ errbase.Formatter = (*werrFmt)(nil)
709
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected