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

Method Offset

ent/storagepolicy_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 (spq *StoragePolicyQuery) Offset(offset int) *StoragePolicyQuery {
52 spq.ctx.Offset = &offset
53 return spq
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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected