MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / testError1

Function testError1

internal/errors/error_test.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func testError1() error {
17 return New("test error1")
18}
19
20func testError2() error {
21 return Wrap(testError1())

Callers 2

TestNewFunction · 0.85
testError2Function · 0.85

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected