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

Method Error

internal/database/milestone.go:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140}
141
142func (err ErrMilestoneNotExist) Error() string {
143 return fmt.Sprintf("milestone does not exist: %v", err.args)
144}
145
146func (ErrMilestoneNotExist) NotFound() bool {
147 return true

Callers 1

ChangeMilestoneAssignFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected