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

Method ResetWithContext

middleware/session/middleware_test.go:703–705  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

701}
702func (*contextStorage) Delete(_ string) error { return nil }
703func (*contextStorage) ResetWithContext(ctx context.Context) error {
704 return ctx.Err() //nolint:wrapcheck // test stub returns ctx.Err() verbatim
705}
706func (*contextStorage) Reset() error { return nil }
707func (*contextStorage) Close() error { return nil }
708

Callers

nothing calls this directly

Calls 1

ErrMethod · 0.65

Tested by

no test coverage detected