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

Struct countingView

app_test.go:2114–2117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2112func (invalidView) Render(io.Writer, string, any, ...string) error { panic("implement me") }
2113
2114type countingView struct {
2115 loadErr error
2116 loads int
2117}
2118
2119func (v *countingView) Load() error {
2120 v.loads++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected