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

Method Delete

shared_state.go:216–218  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

214}
215
216func (s *SharedState) Delete(key string) error {
217 return s.DeleteWithContext(context.Background(), key)
218}
219
220func (s *SharedState) DeleteWithContext(ctx context.Context, key string) error {
221 if err := s.ensureStorage(); err != nil {

Callers 1

Calls 1

DeleteWithContextMethod · 0.95

Tested by 1