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

Method Get

shared_state_test.go:92–94  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

90}
91
92func (s *contextCheckingStorage) Get(key string) ([]byte, error) {
93 return s.GetWithContext(context.Background(), key)
94}
95
96func (s *contextCheckingStorage) Set(key string, val []byte, exp time.Duration) error {
97 return s.SetWithContext(context.Background(), key, val, exp)

Callers

nothing calls this directly

Calls 1

GetWithContextMethod · 0.95

Tested by

no test coverage detected