Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/devlake
/ f1
Function
f1
backend/core/errors/errors_test.go:91–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
func
f1() Error {
92
err := f2()
93
return
Default.Wrap(err,
"f1 error"
)
94
}
95
96
func
f2() Error {
97
err := f3()
Callers
1
TestCrdbErrorImpl
Function · 0.85
Calls
2
f2
Function · 0.85
Wrap
Method · 0.80
Tested by
no test coverage detected