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

Method Insert

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

Source from the content-addressed store, hash-verified

32 ID(any) *xorm.Session
33 In(string, ...any) *xorm.Session
34 Insert(...any) (int64, error)
35 InsertOne(any) (int64, error)
36 Iterate(any, xorm.IterFunc) error
37 Sql(string, ...any) *xorm.Session

Callers 15

NewReleaseFunction · 0.80
CreateOrganizationFunction · 0.80
AddOrgUserFunction · 0.80
importLegacyTablesFunction · 0.80
NewMilestoneFunction · 0.80
createCommentFunction · 0.80
NewPullRequestFunction · 0.80
NewUploadFunction · 0.80
RegenerateRecoveryCodesFunction · 0.80
UpdateProtectBranchFunction · 0.80
UpdateOrgProtectBranchFunction · 0.80
AddCollaboratorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected