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

Method SetItems

common/page_info.go:37–39  ·  view source on GitHub ↗
(items any)

Source from the content-addressed store, hash-verified

35}
36
37func (p *PageInfo) SetItems(items any) {
38 p.Items = items
39}
40
41func GetPageQuery(c *gin.Context) *PageInfo {
42 pageInfo := &PageInfo{}

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