MCPcopy
hub / github.com/go-gorm/gorm / Offset

Method Offset

generics.go:291–295  ·  view source on GitHub ↗
(offset int)

Source from the content-addressed store, hash-verified

289}
290
291func (c chainG[T]) Offset(offset int) ChainInterface[T] {
292 return c.with(func(db *DB) *DB {
293 return db.Offset(offset)
294 })
295}
296
297type joinBuilder struct {
298 db *DB

Callers

nothing calls this directly

Calls 2

withMethod · 0.95
OffsetMethod · 0.65

Tested by

no test coverage detected