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

Method Offset

pkg/database/ent/alert_query.go:53–56  ·  view source on GitHub ↗

Offset to start from.

(offset int)

Source from the content-addressed store, hash-verified

51
52// Offset to start from.
53func (_q *AlertQuery) Offset(offset int) *AlertQuery {
54 _q.ctx.Offset = &offset
55 return _q
56}
57
58// Unique configures the query builder to filter duplicate records on query.
59// 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