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