MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Offset

Method Offset

ent/user_query.go:61–64  ·  view source on GitHub ↗

Offset to start from.

(offset int)

Source from the content-addressed store, hash-verified

59
60// Offset to start from.
61func (uq *UserQuery) Offset(offset int) *UserQuery {
62 uq.ctx.Offset = &offset
63 return uq
64}
65
66// Unique configures the query builder to filter duplicate records on query.
67// By default, unique is set to true, and can be disabled using this method.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected