Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ UnmarshalBinary
Method
UnmarshalBinary
internal/hscan/hscan_test.go:55–58 ·
view source on GitHub ↗
(data []byte)
Source
from the content-addressed store, hash-verified
53
}
54
55
func
(b *binaryUnmarshaler) UnmarshalBinary(data []byte) error {
56
b.s = string(data)
57
return
nil
58
}
59
60
type
BinaryData
struct
{
61
Binary *binaryUnmarshaler `redis:
"binary"
`
Callers
1
Scan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected