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

Struct blockingView

app_test.go:2126–2131  ·  app_test.go::blockingView

Source from the content-addressed store, hash-verified

2124func (*countingView) Render(io.Writer, string, any, ...string) error { return nil }
2125
2126type blockingView struct {
2127 loadStarted chan struct{}
2128 loadRelease chan struct{}
2129 renderEntered chan struct{}
2130 loads int
2131}
2132
2133func (v *blockingView) Load() error {
2134 v.loads++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected