Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cockroachdb/errors
/ werrFmt
Struct
werrFmt
domains/domains_test.go:244–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
type
werrFmt
struct
{
245
cause error
246
msg string
247
}
248
249
var
_ errbase.Formatter = (*werrFmt)(nil)
250
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected