MCPcopy 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
92func call2() {
93 WithField("k", "v").Error("error")
94 Error("call2 error")
95}
96
97func TestWithField(t *testing.T) {
98 SetLevel(DebugLevel)

Callers 1

call1Function · 0.85

Calls 3

WithFieldFunction · 0.85
ErrorFunction · 0.85
ErrorMethod · 0.80

Tested by

no test coverage detected