MCPcopy 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
77func StrKey(key string) *StringKey {
78 return &StringKey{key}
79}

Callers 5

SetMethod · 0.85
GetMethod · 0.85
DelMethod · 0.85
TestBasicOPsFunction · 0.85
TestInCurrentEnvFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestBasicOPsFunction · 0.68
TestInCurrentEnvFunction · 0.68