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

Method Id

entity/dag/example_test.go:88–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88func (ssr *SetSignatureRequired) Id() entity.Id {
89 // the Id of the operation is the hash of the serialized data.
90 return dag.IdOperation(ssr, &ssr.OpBase)
91}
92
93func (ssr *SetSignatureRequired) Validate() error {
94 return ssr.OpBase.Validate(ssr, SetSignatureRequiredOp)

Callers

nothing calls this directly

Calls 1

IdOperationFunction · 0.92

Tested by

no test coverage detected