Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Creatly/creatly-backend
/ GetSkip
Method
GetSkip
internal/domain/query.go:38–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(p PaginationQuery) GetSkip() *int64 {
39
if
p.Skip == 0 {
40
return
nil
41
}
42
43
return
&p.Skip
44
}
45
46
func
(p PaginationQuery) GetLimit() *int64 {
47
if
p.Limit == 0 {
Callers
1
getPaginationOpts
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected