MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Verify

Method Verify

proto/servers.go:56–58  ·  view source on GitHub ↗

Verify verify signature.

()

Source from the content-addressed store, hash-verified

54
55// Verify verify signature.
56func (p *Peers) Verify() (err error) {
57 return p.DefaultHashSignVerifierImpl.Verify(&p.PeersHeader)
58}
59
60// Find finds the index of the server with the specified key in the server list.
61func (p *Peers) Find(key NodeID) (index int32, found bool) {

Callers 1

TestPeersFunction · 0.95

Calls 1

VerifyMethod · 0.65

Tested by 1

TestPeersFunction · 0.76