Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Permify/permify
/ Limit
Function
Limit
pkg/database/pagination.go:85–89 ·
view source on GitHub ↗
Limit -
(limit uint32)
Source
from the content-addressed store, hash-verified
83
84
// Limit -
85
func
Limit(limit uint32) CursorPaginationOption {
86
return
func
(c *CursorPagination) {
87
c.limit = limit
88
}
89
}
90
91
// Cursor -
92
func
(p CursorPagination) Cursor() string {
Callers
2
data_reader_test.go
File · 0.92
TestCursorPagination
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestCursorPagination
Function · 0.68