MCPcopy Create free account
hub / github.com/datastax/cql-proxy / preparedIdKey

Function preparedIdKey

proxy/proxy.go:1012–1016  ·  view source on GitHub ↗
(bytes []byte)

Source from the content-addressed store, hash-verified

1010}
1011
1012func preparedIdKey(bytes []byte) [preparedIdSize]byte {
1013 var buf [preparedIdSize]byte
1014 copy(buf[:], bytes)
1015 return buf
1016}
1017
1018func nameBasedUUID(name string) primitive.UUID {
1019 var uuid primitive.UUID

Callers 4

isIdempotentMethod · 0.85
handleExecuteMethod · 0.85

Calls

no outgoing calls

Tested by 1