MCPcopy Create free account
hub / github.com/crowdsecurity/crowdsec / Offset

Method Offset

pkg/database/ent/machine_query.go:46–49  ·  view source on GitHub ↗

Offset to start from.

(offset int)

Source from the content-addressed store, hash-verified

44
45// Offset to start from.
46func (_q *MachineQuery) Offset(offset int) *MachineQuery {
47 _q.ctx.Offset = &offset
48 return _q
49}
50
51// Unique configures the query builder to filter duplicate records on query.
52// By default, unique is set to true, and can be disabled using this method.

Callers 1

sqlQueryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected