Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/easierway/concurrent_map
/ StrKey
Function
StrKey
string_key.go:77–79 ·
view source on GitHub ↗
StrKey is to convert a string to StringKey
(key string)
Source
from the content-addressed store, hash-verified
75
76
// StrKey is to convert a string to StringKey
77
func
StrKey(key string) *StringKey {
78
return
&StringKey{key}
79
}
Callers
5
Set
Method · 0.85
Get
Method · 0.85
Del
Method · 0.85
TestBasicOPs
Function · 0.85
TestInCurrentEnv
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestBasicOPs
Function · 0.68
TestInCurrentEnv
Function · 0.68