MCPcopy Create free account
hub / github.com/easierway/concurrent_map / StringKey

Struct StringKey

string_key.go:6–8  ·  view source on GitHub ↗

StringKey is for the string type key

Source from the content-addressed store, hash-verified

4
5// StringKey is for the string type key
6type StringKey struct {
7 value string
8}
9
10const (
11 c1_32 uint32 = 0xcc9e2d51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected