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

Method EncodeUint

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

Source from the content-addressed store, hash-verified

52 EncodeString(string)
53 EncodeInt(int64)
54 EncodeUint(uint64)
55 EncodeFloat(float64)
56 EncodeBytes([]byte)
57

Callers 1

encodeFunction · 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