MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / SetTotal

Method SetTotal

common/page_info.go:33–35  ·  view source on GitHub ↗
(total int)

Source from the content-addressed store, hash-verified

31}
32
33func (p *PageInfo) SetTotal(total int) {
34 p.Total = total
35}
36
37func (p *PageInfo) SetItems(items any) {
38 p.Items = items

Callers 11

GetAllRedemptionsFunction · 0.80
SearchRedemptionsFunction · 0.80
GetAllMidjourneyFunction · 0.80
GetUserMidjourneyFunction · 0.80
GetAllTaskFunction · 0.80
GetUserTaskFunction · 0.80
GetAllLogsFunction · 0.80
GetUserLogsFunction · 0.80
GetAllUsersFunction · 0.80
SearchUsersFunction · 0.80
GetAllTokensFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected