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

Method Id

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

Source from the content-addressed store, hash-verified

117}
118
119func (aa *AddAdministrator) Id() entity.Id {
120 // the Id of the operation is the hash of the serialized data.
121 return dag.IdOperation(aa, &aa.OpBase)
122}
123
124func (aa *AddAdministrator) Validate() error {
125 // Let's enforce an arbitrary rule

Callers

nothing calls this directly

Calls 1

IdOperationFunction · 0.92

Tested by

no test coverage detected