MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / TestNewUserExampleHandler

Function TestNewUserExampleHandler

internal/handler/userExample_test.go:261–266  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

259}
260
261func TestNewUserExampleHandler(t *testing.T) {
262 defer func() {
263 recover()
264 }()
265 _ = NewUserExampleHandler()
266}

Callers

nothing calls this directly

Calls 1

NewUserExampleHandlerFunction · 0.85

Tested by

no test coverage detected