Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
func
(k BinaryKey) String() string {
156
return
hex.EncodeToString(k.Value)
157
}
158
159
func
(k BinaryKey) IsMax() bool {
160
// We cannot know the true "Max" of a VARBINARY without knowing the length.
Callers
1
TestBinaryKey_String
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestBinaryKey_String
Function · 0.76