MCPcopy
hub / github.com/apache/devlake / f1

Function f1

backend/core/errors/errors_test.go:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func f1() Error {
92 err := f2()
93 return Default.Wrap(err, "f1 error")
94}
95
96func f2() Error {
97 err := f3()

Callers 1

TestCrdbErrorImplFunction · 0.85

Calls 2

f2Function · 0.85
WrapMethod · 0.80

Tested by

no test coverage detected