MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / SignedHeader

Struct SignedHeader

types/light.go:117–121  ·  view source on GitHub ↗

----------------------------------------------------------------------------- SignedHeader is a header along with the commits that prove it.

Source from the content-addressed store, hash-verified

115
116// SignedHeader is a header along with the commits that prove it.
117type SignedHeader struct {
118 *Header `json:"header"`
119
120 Commit *Commit `json:"commit"`
121}
122
123// ValidateBasic does basic consistency checks and makes sure the header
124// and commit are consistent.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected