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

Method Offset

ent/node_query.go:45–48  ·  view source on GitHub ↗

Offset to start from.

(offset int)

Source from the content-addressed store, hash-verified

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