MCPcopy Create free account
hub / github.com/gogs/gogs / updateMilestone

Function updateMilestone

internal/database/milestone.go:185–188  ·  view source on GitHub ↗
(e Engine, m *Milestone)

Source from the content-addressed store, hash-verified

183}
184
185func updateMilestone(e Engine, m *Milestone) error {
186 _, err := e.ID(m.ID).AllCols().Update(m)
187 return err
188}
189
190// UpdateMilestone updates information of given milestone.
191func UpdateMilestone(m *Milestone) error {

Callers 4

UpdateMilestoneFunction · 0.85
ChangeMilestoneStatusFunction · 0.85
changeMilestoneAssignFunction · 0.85

Calls 2

UpdateMethod · 0.65
IDMethod · 0.65

Tested by

no test coverage detected