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

Method Offset

ent/fsevent_query.go:44–47  ·  view source on GitHub ↗

Offset to start from.

(offset int)

Source from the content-addressed store, hash-verified

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