Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
func
testError1() error {
17
return
New(
"test error1"
)
18
}
19
20
func
testError2() error {
21
return
Wrap(testError1())
Callers
2
TestNew
Function · 0.85
testError2
Function · 0.85
Calls
1
New
Function · 0.70
Tested by
no test coverage detected