Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
27
type
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
DeleteReleaseOfRepoByID
Function · 0.80
actionsCommitRepo
Function · 0.80
actionsNewRepo
Function · 0.80
actionsPushTag
Function · 0.80
deleteBeans
Function · 0.80
RemoveOrgUser
Function · 0.80
removeOrgRepo
Function · 0.80
DeleteByID
Method · 0.80
DeleteByIDs
Method · 0.80
DeleteAll
Method · 0.80
DeleteByID
Method · 0.80
DeleteMilestoneOfRepoByID
Function · 0.80
Calls
no outgoing calls
Tested by
4
actionsCommitRepo
Function · 0.64
actionsNewRepo
Function · 0.64
actionsPushTag
Function · 0.64
clearTables
Function · 0.64