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

Method Id

entities/bug/op_add_comment.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (op *AddCommentOperation) Id() entity.Id {
26 return dag.IdOperation(op, &op.OpBase)
27}
28
29func (op *AddCommentOperation) Apply(snapshot *Snapshot) {
30 snapshot.addActor(op.Author())

Callers 1

ApplyMethod · 0.95

Calls 1

IdOperationFunction · 0.92

Tested by

no test coverage detected