MCPcopy
hub / github.com/gofiber/fiber / panicRenderView

Struct panicRenderView

app_test.go:2191–2191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2189func (*panicLoadView) Render(io.Writer, string, any, ...string) error { return nil }
2190
2191type panicRenderView struct{}
2192
2193func (*panicRenderView) Load() error { return nil }
2194

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected