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

Method Offset

ent/share_query.go:47–50  ·  view source on GitHub ↗

Offset to start from.

(offset int)

Source from the content-addressed store, hash-verified

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