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

Function PackageDomain

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

PackageDomain returns an error domain that represents the package of its caller.

()

Source from the content-addressed store, hash-verified

29// PackageDomain returns an error domain that represents the
30// package of its caller.
31func PackageDomain() Domain { return domains.PackageDomainAtDepth(1) }
32
33// PackageDomainAtDepth returns an error domain that describes the
34// package at the given call depth.

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…