Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
func
(p *PageInfo) SetItems(items any) {
38
p.Items = items
39
}
40
41
func
GetPageQuery(c *gin.Context) *PageInfo {
42
pageInfo := &PageInfo{}
Callers
11
GetAllRedemptions
Function · 0.80
SearchRedemptions
Function · 0.80
GetAllMidjourney
Function · 0.80
GetUserMidjourney
Function · 0.80
GetAllTask
Function · 0.80
GetUserTask
Function · 0.80
GetAllLogs
Function · 0.80
GetUserLogs
Function · 0.80
GetAllUsers
Function · 0.80
SearchUsers
Function · 0.80
GetAllTokens
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected