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

Function JoinWithDepth

errutil_api.go:216–218  ·  view source on GitHub ↗

JoinWithDepth is like Join but the depth at which the call stack is captured can be specified.

(depth int, errs ...error)

Source from the content-addressed store, hash-verified

214// JoinWithDepth is like Join but the depth at which the call stack is
215// captured can be specified.
216func JoinWithDepth(depth int, errs ...error) error {
217 return errutil.JoinWithDepth(depth+1, errs...)
218}

Callers

nothing calls this directly

Calls 1

JoinWithDepthFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…