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

Method ChangeStatus

internal/database/milestone.go:82–84  ·  view source on GitHub ↗
(isClosed bool)

Source from the content-addressed store, hash-verified

80}
81
82func (m *Milestone) ChangeStatus(isClosed bool) error {
83 return ChangeMilestoneStatus(m, isClosed)
84}
85
86func (m *Milestone) APIFormat() *api.Milestone {
87 apiMilestone := &api.Milestone{

Callers

nothing calls this directly

Calls 1

ChangeMilestoneStatusFunction · 0.85

Tested by

no test coverage detected