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

Method ValidateBasic

consensus/reactor.go:1634–1636  ·  view source on GitHub ↗

ValidateBasic performs basic validation.

()

Source from the content-addressed store, hash-verified

1632
1633// ValidateBasic performs basic validation.
1634func (m *ProposalMessage) ValidateBasic() error {
1635 return m.Proposal.ValidateBasic()
1636}
1637
1638// String returns a string representation.
1639func (m *ProposalMessage) String() string {

Callers

nothing calls this directly

Calls 1

ValidateBasicMethod · 0.65

Tested by

no test coverage detected