MCPcopy Index your code
hub / github.com/cockroachdb/errors / werrFmt

Struct werrFmt

errutil/message_test.go:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204var fileref = regexp.MustCompile(`([a-zA-Z0-9\._/@-]*\.(?:go|s):\d+)`)
205
206type werrFmt struct {
207 cause error
208 msg string
209}
210
211var _ errbase.Formatter = (*werrFmt)(nil)
212

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected