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

Method Validate

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

Source from the content-addressed store, hash-verified

91}
92
93func (ssr *SetSignatureRequired) Validate() error {
94 return ssr.OpBase.Validate(ssr, SetSignatureRequiredOp)
95}
96
97// Apply is the function that makes changes on the snapshot
98func (ssr *SetSignatureRequired) Apply(snapshot *Snapshot) {

Callers

nothing calls this directly

Calls 1

ValidateMethod · 0.65

Tested by

no test coverage detected