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

Method Exec

internal/database/models.go:29–29  ·  view source on GitHub ↗
(...any)

Source from the content-addressed store, hash-verified

27type Engine interface {
28 Delete(any) (int64, error)
29 Exec(...any) (sql.Result, error)
30 Find(any, ...any) error
31 Get(any) (bool, error)
32 ID(any) *xorm.Session

Callers 15

NewDBFunction · 0.80
UpdateReleaseFunction · 0.80
AddOrgUserFunction · 0.80
RemoveOrgUserFunction · 0.80
importTableFunction · 0.80
importLegacyTablesFunction · 0.80
NewMilestoneFunction · 0.80
changeMilestoneAssignFunction · 0.80
createCommentFunction · 0.80
DeleteCommentByIDFunction · 0.80
SyncMirrorsFunction · 0.80

Calls

no outgoing calls

Tested by 9

usersChangeUsernameFunction · 0.64
usersCountFunction · 0.64
usersDeleteByIDFunction · 0.64
usersDeleteInactivatedFunction · 0.64
usersGetByEmailFunction · 0.64
usersListFunction · 0.64
orgsListFunction · 0.64
organizationsCountByUserFunction · 0.64