Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cockroachdb/errors
/ werrFmt
Struct
werrFmt
secondary/secondary_test.go:216–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
type
werrFmt
struct
{
217
cause error
218
msg string
219
}
220
221
var
_ errbase.Formatter = (*werrFmt)(nil)
222
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected