(c Ctx)
| 19 | const testMountPath = "/api" |
| 20 | |
| 21 | func testSimpleHandler(c Ctx) error { |
| 22 | return c.SendString("simple") |
| 23 | } |
| 24 | |
| 25 | func Test_Hook_OnRoute(t *testing.T) { |
| 26 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…