Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
82
func
(m *storageManager) logKey(key string) string {
83
if
m.shouldRedactKeys {
84
return
redactedKey
85
}
86
return
key
87
}
Callers
3
setRaw
Method · 0.95
delRaw
Method · 0.95
Test_storageManager_logKey
Function · 0.45
Calls
no outgoing calls
Tested by
1
Test_storageManager_logKey
Function · 0.36