Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1025
func
(x *GetQuery) GetSub() *GetOpts {
1026
if
x != nil {
1027
return
x.Sub
1028
}
1029
return
nil
1030
}
1031
1032
func
(x *GetQuery) GetData() *GetOpts {
1033
if
x != nil {
Callers
4
pbServDeserialize
Function · 0.45
pbCliDeserialize
Function · 0.45
pbGetQueryDeserialize
Function · 0.45
pbSetQueryDeserialize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected