MCPcopy Create free account
hub / github.com/google/go-cloud / EncodeBytes

Method EncodeBytes

docstore/driver/codec.go:56–56  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

54 EncodeUint(uint64)
55 EncodeFloat(float64)
56 EncodeBytes([]byte)
57
58 // EncodeList is called when a slice or array is encountered (except for a
59 // []byte, which is handled by EncodeBytes). Its argument is the length of the

Callers 2

encodeFunction · 0.65
encodeListFunction · 0.65

Implementers 5

encoderdocstore/memdocstore/codec.go
encoderdocstore/awsdynamodb/v2/codec.go
encoderdocstore/gcpfirestore/codec.go
testEncoderdocstore/driver/codec_test.go
encoderdocstore/mongodocstore/codec.go

Calls

no outgoing calls

Tested by

no test coverage detected