MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / Offset

Method Offset

app/controlplane/pkg/data/ent/user_query.go:51–54  ·  view source on GitHub ↗

Offset to start from.

(offset int)

Source from the content-addressed store, hash-verified

49
50// Offset to start from.
51func (_q *UserQuery) Offset(offset int) *UserQuery {
52 _q.ctx.Offset = &offset
53 return _q
54}
55
56// Unique configures the query builder to filter duplicate records on query.
57// By default, unique is set to true, and can be disabled using this method.

Callers 15

DiscoverFunction · 0.45
ListMethod · 0.45
ListMembersMethod · 0.45
ListMethod · 0.45
ListMembersMethod · 0.45
ListProjectsByGroupMethod · 0.45
FindByOrgMethod · 0.45
FindAllMethod · 0.45
sqlQueryMethod · 0.45
ListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected