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

Method logKey

middleware/csrf/storage_manager.go:82–87  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

80}
81
82func (m *storageManager) logKey(key string) string {
83 if m.shouldRedactKeys {
84 return redactedKey
85 }
86 return key
87}

Callers 3

setRawMethod · 0.95
delRawMethod · 0.95

Calls

no outgoing calls

Tested by 1