MCPcopy Create free account
hub / github.com/cockroachdb/errors / init

Function init

domains/with_domain.go:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func init() {
82 tn := errbase.GetTypeKey((*withDomain)(nil))
83 errbase.RegisterWrapperDecoder(tn, decodeWithDomain)
84}

Callers

nothing calls this directly

Calls 2

GetTypeKeyFunction · 0.92
RegisterWrapperDecoderFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…