MCPcopy Create free account
hub / github.com/Permify/permify / Cursor

Function Cursor

pkg/database/pagination.go:71–75  ·  view source on GitHub ↗

Cursor -

(cursor string)

Source from the content-addressed store, hash-verified

69
70// Cursor -
71func Cursor(cursor string) CursorPaginationOption {
72 return func(c *CursorPagination) {
73 c.cursor = cursor
74 }
75}
76
77// Sort -
78func Sort(sort string) CursorPaginationOption {

Callers 11

TestQueryAttributes4Function · 0.92
TestQueryRelationships6Function · 0.92
TestQueryRelationships7Function · 0.92
attributeEntranceMethod · 0.92
relationEntranceMethod · 0.92
TestNewCursorPaginationFunction · 0.85
TestCursorPaginationFunction · 0.85

Calls

no outgoing calls

Tested by 5

TestQueryAttributes4Function · 0.74
TestQueryRelationships6Function · 0.74
TestQueryRelationships7Function · 0.74
TestNewCursorPaginationFunction · 0.68
TestCursorPaginationFunction · 0.68