MCPcopy Index your code
hub / github.com/tinode/chat / GetSinceId

Method GetSinceId

pbx/model.pb.go:937–942  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

935}
936
937func (x *GetOpts) GetSinceId() int32 {
938 if x != nil {
939 return x.SinceId
940 }
941 return 0
942}
943
944func (x *GetOpts) GetBeforeId() int32 {
945 if x != nil {

Callers 1

pbGetQueryDeserializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected