MCPcopy 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 -
7func Size(size uint32) PaginationOption {
8 return func(c *Pagination) {
9 c.size = size
10 }
11}
12
13// Token -
14func Token(token string) PaginationOption {

Callers 14

ListMethod · 0.92
ReadRelationshipsMethod · 0.92
ReadAttributesMethod · 0.92
ListMethod · 0.92
LookupSubjectMethod · 0.92

Calls

no outgoing calls

Tested by 2

TestNewPaginationFunction · 0.68
TestPaginationFunction · 0.68