MCPcopy Create free account
hub / github.com/Shopify/ghostferry / String

Method String

pagination_key.go:155–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153}
154
155func (k BinaryKey) String() string {
156 return hex.EncodeToString(k.Value)
157}
158
159func (k BinaryKey) IsMax() bool {
160 // We cannot know the true "Max" of a VARBINARY without knowing the length.

Callers 1

TestBinaryKey_StringFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestBinaryKey_StringFunction · 0.76