Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
80
func
makeErr() error {
return
makeErr2() }
81
func
makeErr2() error {
return
withstack.WithStack(errors.New(
""
)) }
82
83
func
makeErr3() error {
return
makeErr4() }
Callers
1
TestOneLineSourceInner
Function · 0.85
Calls
1
makeErr2
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…