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

Struct panicLoadView

app_test.go:2177–2179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2175}
2176
2177type panicLoadView struct {
2178 loads int
2179}
2180
2181func (v *panicLoadView) Load() error {
2182 v.loads++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected