MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / mustJSONQ

Function mustJSONQ

utils/log/debug/handler_test.go:47–52  ·  view source on GitHub ↗
(c C)

Source from the content-addressed store, hash-verified

45}
46
47func mustJSONQ(c C) func(interface{}, error) interface{} {
48 return func(i interface{}, e error) interface{} {
49 c.So(e, ShouldBeNil)
50 return i
51 }
52}
53
54func TestDebugHandler(t *testing.T) {
55 Convey("test debug handler", t, func(c C) {

Callers 1

TestDebugHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected