Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinode/chat
/ GetLimit
Method
GetLimit
pbx/model.pb.go:951–956 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
949
}
950
951
func
(x *GetOpts) GetLimit() int32 {
952
if
x != nil {
953
return
x.Limit
954
}
955
return
0
956
}
957
958
func
(x *GetOpts) GetRanges() []*SeqRange {
959
if
x != nil {
Callers
1
pbGetQueryDeserialize
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected