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

Method Delete

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

Source from the content-addressed store, hash-verified

26// Engine represents a XORM engine or session.
27type Engine interface {
28 Delete(any) (int64, error)
29 Exec(...any) (sql.Result, error)
30 Find(any, ...any) error
31 Get(any) (bool, error)

Callers 15

DeleteReleaseOfRepoByIDFunction · 0.80
actionsCommitRepoFunction · 0.80
actionsNewRepoFunction · 0.80
actionsPushTagFunction · 0.80
deleteBeansFunction · 0.80
RemoveOrgUserFunction · 0.80
removeOrgRepoFunction · 0.80
DeleteByIDMethod · 0.80
DeleteByIDsMethod · 0.80
DeleteAllMethod · 0.80
DeleteByIDMethod · 0.80

Calls

no outgoing calls

Tested by 4

actionsCommitRepoFunction · 0.64
actionsNewRepoFunction · 0.64
actionsPushTagFunction · 0.64
clearTablesFunction · 0.64