MCPcopy Index your code
hub / github.com/git-bug/git-bug / SetStatusOperation

Struct SetStatusOperation

entities/bug/op_set_status.go:16–19  ·  view source on GitHub ↗

SetStatusOperation will change the status of a bug

Source from the content-addressed store, hash-verified

14
15// SetStatusOperation will change the status of a bug
16type SetStatusOperation struct {
17 dag.OpBase
18 Status common.Status `json:"status"`
19}
20
21func (op *SetStatusOperation) Id() entity.Id {
22 return dag.IdOperation(op, &op.OpBase)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected