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

Method Offset

ent/entity_query.go:49–52  ·  view source on GitHub ↗

Offset to start from.

(offset int)

Source from the content-addressed store, hash-verified

47
48// Offset to start from.
49func (eq *EntityQuery) Offset(offset int) *EntityQuery {
50 eq.ctx.Offset = &offset
51 return eq
52}
53
54// Unique configures the query builder to filter duplicate records on query.
55// 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