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

Struct mockContextAwareStorage

ctx_test.go:5753–5761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5751}
5752
5753type mockContextAwareStorage struct {
5754 t *testing.T
5755 key any
5756 expectedValue any
5757 validateCtx func(context.Context)
5758 cancel context.CancelFunc
5759 ctxMatched atomic.Bool
5760 cancelObserved atomic.Bool
5761}
5762
5763func (s *mockContextAwareStorage) helperFailure(msg string, args ...any) {
5764 s.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected