Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PasarGuard/node
/ GetUsers
Method
GetUsers
common/service.pb.go:1527–1532 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1525
}
1526
1527
func
(x *UsersChunk) GetUsers() []*User {
1528
if
x != nil {
1529
return
x.Users
1530
}
1531
return
nil
1532
}
1533
1534
func
(x *UsersChunk) GetIndex() uint64 {
1535
if
x != nil {
Callers
1
SyncUsersChunked
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected