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

Method ListIndex

docstore/driver/codec.go:71–71  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

69 // enc2.ListIndex(1)
70 EncodeList(n int) Encoder
71 ListIndex(i int)
72
73 // EncodeMap is called when a map is encountered. Its argument is the number of
74 // fields in the map. The encoding algorithm will call the returned Encoder that

Callers 1

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