Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
210
func
(m *manager) logKey(key string) string {
211
if
m.shouldRedactKeys {
212
return
redactedKey
213
}
214
return
key
215
}
Callers
6
get
Method · 0.95
getRaw
Method · 0.95
set
Method · 0.95
setRaw
Method · 0.95
del
Method · 0.95
Test_manager_logKey
Function · 0.45
Calls
no outgoing calls
Tested by
1
Test_manager_logKey
Function · 0.36