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

Method AllOperations

entity/dag/op_set_metadata_test.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (s *snapshotMock) AllOperations() []Operation {
22 return s.ops
23}
24
25func (s *snapshotMock) AppendOperation(op Operation) {
26 s.ops = append(s.ops, op)

Callers 1

TestSetMetadataFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected