MCPcopy Create free account
hub / github.com/git-bug/git-bug / Id

Method Id

entities/bug/op_edit_comment.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (op *EditCommentOperation) Id() entity.Id {
29 return dag.IdOperation(op, &op.OpBase)
30}
31
32func (op *EditCommentOperation) Apply(snapshot *Snapshot) {
33 // Todo: currently any message can be edited, even by a different author

Callers

nothing calls this directly

Calls 1

IdOperationFunction · 0.92

Tested by

no test coverage detected