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

Method logKey

middleware/cache/manager.go:210–215  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

208}
209
210func (m *manager) logKey(key string) string {
211 if m.shouldRedactKeys {
212 return redactedKey
213 }
214 return key
215}

Callers 6

getMethod · 0.95
getRawMethod · 0.95
setMethod · 0.95
setRawMethod · 0.95
delMethod · 0.95
Test_manager_logKeyFunction · 0.45

Calls

no outgoing calls

Tested by 1

Test_manager_logKeyFunction · 0.36