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

Method MapKey

docstore/driver/codec.go:89–89  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

87 // false, the same sequence of calls as above will occur.
88 EncodeMap(n int) Encoder
89 MapKey(string)
90
91 // If the encoder wants to encode a value in a special way it should do so here
92 // and return true along with any error from the encoding. Otherwise, it should

Callers 2

encodeMapFunction · 0.65
encodeStructWithFieldsFunction · 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