| 2189 | func (*panicLoadView) Render(io.Writer, string, any, ...string) error { return nil } |
| 2190 | |
| 2191 | type panicRenderView struct{} |
| 2192 | |
| 2193 | func (*panicRenderView) Load() error { return nil } |
| 2194 |
nothing calls this directly
no outgoing calls
no test coverage detected