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

Struct SetSignatureRequired

entity/dag/example_test.go:76–79  ·  view source on GitHub ↗

SetSignatureRequired is an operation to set/unset if git signature are required.

Source from the content-addressed store, hash-verified

74
75// SetSignatureRequired is an operation to set/unset if git signature are required.
76type SetSignatureRequired struct {
77 dag.OpBase
78 Value bool `json:"value"`
79}
80
81func NewSetSignatureRequired(author identity.Interface, value bool) *SetSignatureRequired {
82 return &SetSignatureRequired{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected