Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
416
func
(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
SetWithContext
Method · 0.95
GetWithContext
Method · 0.95
DeleteWithContext
Method · 0.95
HasWithContext
Method · 0.95
setEncodedWithContext
Method · 0.95
getEncodedWithContext
Method · 0.95
TestSharedState_GetJSON_UnmarshalError
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestSharedState_GetJSON_UnmarshalError
Function · 0.64