mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 19:17:21 +00:00
@ -11,7 +11,7 @@ import (
|
||||
"xorm.io/builder"
|
||||
)
|
||||
|
||||
// Iterate iterate all the Bean object
|
||||
// Iterate iterates all the Bean object
|
||||
func Iterate[Bean any](ctx context.Context, cond builder.Cond, f func(ctx context.Context, bean *Bean) error) error {
|
||||
var start int
|
||||
batchSize := setting.Database.IterateBufferSize
|
||||
|
Reference in New Issue
Block a user