Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Permify/permify
/ Size
Function
Size
pkg/database/pagination.go:7–11 ·
view source on GitHub ↗
Size -
(size uint32)
Source
from the content-addressed store, hash-verified
5
6
// Size -
7
func
Size(size uint32) PaginationOption {
8
return
func
(c *Pagination) {
9
c.size = size
10
}
11
}
12
13
// Token -
14
func
Token(token string) PaginationOption {
Callers
14
tenant_reader_test.go
File · 0.92
schema_reader_test.go
File · 0.92
data_reader_test.go
File · 0.92
data_writer_test.go
File · 0.92
tenant_reader_test.go
File · 0.92
schema_reader_test.go
File · 0.92
data_reader_test.go
File · 0.92
List
Method · 0.92
ReadRelationships
Method · 0.92
ReadAttributes
Method · 0.92
List
Method · 0.92
LookupSubject
Method · 0.92
Calls
no outgoing calls
Tested by
2
TestNewPagination
Function · 0.68
TestPagination
Function · 0.68