MCPcopy
hub / github.com/gin-gonic/gin / TestFunction

Function TestFunction

recovery_test.go:91–94  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

89}
90
91func TestFunction(t *testing.T) {
92 bs := function(1)
93 assert.Equal(t, dunno, bs)
94}
95
96// TestPanicWithBrokenPipe asserts that recovery specifically handles
97// writing responses to broken pipes

Callers

nothing calls this directly

Calls 1

functionFunction · 0.85

Tested by

no test coverage detected