Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
291
func
(c chainG[T]) Offset(offset int) ChainInterface[T] {
292
return
c.with(
func
(db *DB) *DB {
293
return
db.Offset(offset)
294
})
295
}
296
297
type
joinBuilder
struct
{
298
db *DB
Callers
nothing calls this directly
Calls
2
with
Method · 0.95
Offset
Method · 0.65
Tested by
no test coverage detected