Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Offset
Method
Offset
generics.go:361–364 ·
view source on GitHub ↗
(offset int)
Source
from the content-addressed store, hash-verified
359
}
360
361
func
(q *preloadBuilder) Offset(offset int) PreloadBuilder {
362
q.db.Offset(offset)
363
return
q
364
}
365
366
func
(q *preloadBuilder) Order(value
interface
{}) PreloadBuilder {
367
q.db.Order(value)
Callers
nothing calls this directly
Calls
1
Offset
Method · 0.65
Tested by
no test coverage detected