Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
func
(op *AddCommentOperation) Id() entity.Id {
26
return
dag.IdOperation(op, &op.OpBase)
27
}
28
29
func
(op *AddCommentOperation) Apply(snapshot *Snapshot) {
30
snapshot.addActor(op.Author())
Callers
1
Apply
Method · 0.95
Calls
1
IdOperation
Function · 0.92
Tested by
no test coverage detected