MCPcopy Index your code
hub / github.com/gogs/gogs / Iterate

Method Iterate

internal/database/models.go:36–36  ·  view source on GitHub ↗
(any, xorm.IterFunc)

Source from the content-addressed store, hash-verified

34 Insert(...any) (int64, error)
35 InsertOne(any) (int64, error)
36 Iterate(any, xorm.IterFunc) error
37 Sql(string, ...any) *xorm.Session
38 Table(any) *xorm.Session
39 Where(any, ...any) *xorm.Session

Callers 11

dumpLegacyTablesFunction · 0.80
MirrorUpdateFunction · 0.80
TestPullRequestsFunction · 0.80
DeleteRepositoryArchivesFunction · 0.80
gatherMissingRepoRecordsFunction · 0.80
SyncRepositoryHooksFunction · 0.80
GitFsckFunction · 0.80
GitGcReposFunction · 0.80
RewriteAuthorizedKeysFunction · 0.80
DeliverHooksFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestPullRequestsFunction · 0.64