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

Method GetSub

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

Source from the content-addressed store, hash-verified

1023}
1024
1025func (x *GetQuery) GetSub() *GetOpts {
1026 if x != nil {
1027 return x.Sub
1028 }
1029 return nil
1030}
1031
1032func (x *GetQuery) GetData() *GetOpts {
1033 if x != nil {

Callers 4

pbServDeserializeFunction · 0.45
pbCliDeserializeFunction · 0.45
pbGetQueryDeserializeFunction · 0.45
pbSetQueryDeserializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected