MCPcopy
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
96func f2() Error {
97 err := f3()
98 return NotFound.Wrap(err, "f2 error")
99}
100
101func f3() Error {
102 err := f4()

Callers 1

f1Function · 0.85

Calls 2

f3Function · 0.85
WrapMethod · 0.80

Tested by

no test coverage detected