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