MCPcopy 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
106func f4() Error {
107 err := f5()
108 return BadInput.WrapRaw(err)
109}
110
111func f5() error {
112 return os.ErrNotExist

Callers 1

f3Function · 0.85

Calls 2

f5Function · 0.85
WrapRawMethod · 0.80

Tested by

no test coverage detected