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

Method storageKey

shared_state.go:416–422  ·  shared_state.go::SharedState.storageKey
(key string)

Source from the content-addressed store, hash-verified

414}
415
416func (s *SharedState) storageKey(key string) (string, bool) {
417 if key == "" {
418 return "", false
419 }
420
421 return s.prefix + hex.EncodeToString(utils.UnsafeBytes(key)), true
422}

Callers 7

SetWithContextMethod · 0.95
GetWithContextMethod · 0.95
DeleteWithContextMethod · 0.95
HasWithContextMethod · 0.95
setEncodedWithContextMethod · 0.95
getEncodedWithContextMethod · 0.95

Calls

no outgoing calls

Tested by 1