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

Method ValidateBasic

consensus/reactor.go:1710–1712  ·  view source on GitHub ↗

ValidateBasic performs basic validation.

()

Source from the content-addressed store, hash-verified

1708
1709// ValidateBasic performs basic validation.
1710func (m *VoteMessage) ValidateBasic() error {
1711 return m.Vote.ValidateBasic()
1712}
1713
1714// String returns a string representation.
1715func (m *VoteMessage) String() string {

Callers

nothing calls this directly

Calls 1

ValidateBasicMethod · 0.65

Tested by

no test coverage detected