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

Function newOp2

entity/dag/common_test.go:52–54  ·  view source on GitHub ↗
(author identity.Interface, field2 string)

Source from the content-addressed store, hash-verified

50}
51
52func newOp2(author identity.Interface, field2 string) *op2 {
53 return &op2{OpBase: NewOpBase(Op2, author, 0), Field2: field2}
54}
55
56func (op *op2) Id() entity.Id {
57 return IdOperation(op, &op.OpBase)

Callers 7

TestWriteReadFunction · 0.85
TestEntityPushPullFunction · 0.85
TestListLocalIdsFunction · 0.85
TestMergeFunction · 0.85

Calls 1

NewOpBaseFunction · 0.85

Tested by

no test coverage detected