Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinode/chat
/ GetWhat
Method
GetWhat
pbx/model.pb.go:1011–1016 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1009
}
1010
1011
func
(x *GetQuery) GetWhat() string {
1012
if
x != nil {
1013
return
x.What
1014
}
1015
return
""
1016
}
1017
1018
func
(x *GetQuery) GetDesc() *GetOpts {
1019
if
x != nil {
Callers
3
pbServDeserialize
Function · 0.45
pbCliDeserialize
Function · 0.45
pbGetQueryDeserialize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected