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

Struct EditCommentOperation

entities/bug/op_edit_comment.go:21–26  ·  view source on GitHub ↗

EditCommentOperation will change a comment in the bug

Source from the content-addressed store, hash-verified

19
20// EditCommentOperation will change a comment in the bug
21type EditCommentOperation struct {
22 dag.OpBase
23 Target entity.Id `json:"target"`
24 Message string `json:"message"`
25 Files []repository.Hash `json:"files"`
26}
27
28func (op *EditCommentOperation) Id() entity.Id {
29 return dag.IdOperation(op, &op.OpBase)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected