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