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

Function makeErr

withstack/reportable_test.go:80–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func makeErr() error { return makeErr2() }
81func makeErr2() error { return withstack.WithStack(errors.New("")) }
82
83func makeErr3() error { return makeErr4() }

Callers 1

TestOneLineSourceInnerFunction · 0.85

Calls 1

makeErr2Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…