Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinode/chat
/ GetDesc
Method
GetDesc
pbx/model.pb.go:1018–1023 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1016
}
1017
1018
func
(x *GetQuery) GetDesc() *GetOpts {
1019
if
x != nil {
1020
return
x.Desc
1021
}
1022
return
nil
1023
}
1024
1025
func
(x *GetQuery) GetSub() *GetOpts {
1026
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