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

Method Offset

ent/setting_query.go:42–45  ·  view source on GitHub ↗

Offset to start from.

(offset int)

Source from the content-addressed store, hash-verified

40
41// Offset to start from.
42func (sq *SettingQuery) Offset(offset int) *SettingQuery {
43 sq.ctx.Offset = &offset
44 return sq
45}
46
47// Unique configures the query builder to filter duplicate records on query.
48// 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