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

Method Append

entities/bug/bug.go:112–114  ·  view source on GitHub ↗

Append add a new Operation to the Bug

(op Operation)

Source from the content-addressed store, hash-verified

110
111// Append add a new Operation to the Bug
112func (bug *Bug) Append(op Operation) {
113 bug.Entity.Append(op)
114}
115
116// Operations return the ordered operations
117func (bug *Bug) Operations() []Operation {

Callers 1

CreateFunction · 0.95

Calls 1

AppendMethod · 0.65

Tested by

no test coverage detected