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

Method Set

ctx_test.go:5800–5803  ·  view source on GitHub ↗
(string, []byte, time.Duration)

Source from the content-addressed store, hash-verified

5798}
5799
5800func (s *mockContextAwareStorage) Set(string, []byte, time.Duration) error {
5801 s.helperFailure("unexpected call to Set")
5802 return nil
5803}
5804
5805func (s *mockContextAwareStorage) DeleteWithContext(context.Context, string) error {
5806 s.helperFailure("unexpected call to DeleteWithContext")

Callers

nothing calls this directly

Calls 1

helperFailureMethod · 0.95

Tested by

no test coverage detected