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

Struct op1

entity/dag/common_test.go:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type op1 struct {
28 OpBase
29 Field1 string `json:"field_1"`
30 Files []repository.Hash `json:"files"`
31}
32
33func newOp1(author identity.Interface, field1 string, files ...repository.Hash) *op1 {
34 return &op1{OpBase: NewOpBase(Op1, author, 0), Field1: field1, Files: files}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected