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

Method Reset

middleware/cache/cache_test.go:186–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184}
185
186func (s *failingCacheStorage) Reset() error {
187 return s.ResetWithContext(context.Background())
188}
189
190func (*failingCacheStorage) Close() error { return nil }
191

Callers

nothing calls this directly

Calls 1

ResetWithContextMethod · 0.95

Tested by

no test coverage detected