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

Function PackageDomainAtDepth

domains_api.go:35–35  ·  view source on GitHub ↗

PackageDomainAtDepth returns an error domain that describes the package at the given call depth.

(depth int)

Source from the content-addressed store, hash-verified

33// PackageDomainAtDepth returns an error domain that describes the
34// package at the given call depth.
35func PackageDomainAtDepth(depth int) Domain { return domains.PackageDomainAtDepth(depth) }
36
37// WithDomain wraps an error so that it appears to come from the given domain.
38//

Callers

nothing calls this directly

Calls 1

PackageDomainAtDepthFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…