Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
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)
32
ID(any) *xorm.Session
Callers
15
NewDB
Function · 0.80
UpdateRelease
Function · 0.80
AddOrgUser
Function · 0.80
RemoveOrgUser
Function · 0.80
importTable
Function · 0.80
importLegacyTables
Function · 0.80
NewMilestone
Function · 0.80
changeMilestoneAssign
Function · 0.80
DeleteMilestoneOfRepoByID
Function · 0.80
createComment
Function · 0.80
DeleteCommentByID
Function · 0.80
SyncMirrors
Function · 0.80
Calls
no outgoing calls
Tested by
9
usersChangeUsername
Function · 0.64
usersCount
Function · 0.64
usersDeleteByID
Function · 0.64
usersDeleteInactivated
Function · 0.64
usersGetByEmail
Function · 0.64
usersList
Function · 0.64
orgsList
Function · 0.64
organizationsSearchByName
Function · 0.64
organizationsCountByUser
Function · 0.64