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

Function newFlakySessionStorage

middleware/csrf/csrf_test.go:2583–2585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2581}
2582
2583func newFlakySessionStorage() *flakySessionStorage {
2584 return &flakySessionStorage{data: make(map[string][]byte)}
2585}
2586
2587func (s *flakySessionStorage) GetWithContext(_ context.Context, key string) ([]byte, error) {
2588 s.mu.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected