Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ call2
Function
call2
utils/log/logwrapper_test.go:92–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
func
call2() {
93
WithField(
"k"
,
"v"
).Error(
"error"
)
94
Error(
"call2 error"
)
95
}
96
97
func
TestWithField(t *testing.T) {
98
SetLevel(DebugLevel)
Callers
1
call1
Function · 0.85
Calls
3
WithField
Function · 0.85
Error
Function · 0.85
Error
Method · 0.80
Tested by
no test coverage detected