MCPcopy
hub / github.com/canopy-network/canopy / newTestPublicKeyBytes

Function newTestPublicKeyBytes

fsm/state_test.go:376–378  ·  view source on GitHub ↗
(t *testing.T, variation ...int)

Source from the content-addressed store, hash-verified

374}
375
376func newTestPublicKeyBytes(t *testing.T, variation ...int) []byte {
377 return newTestPublicKey(t, variation...).Bytes()
378}
379
380func newTestKeyGroup(t *testing.T, variation ...int) *crypto.KeyGroup {
381 var (

Callers 15

TestCheckSignatureFunction · 0.70
TestGetCommitteeMembersFunction · 0.70
TestSetGetCommitteesFunction · 0.70
TestUpdateCommitteesFunction · 0.70
TestDeleteCommitteesFunction · 0.70
TestUpdateDelegatesFunction · 0.70
TestDeleteDelegatesFunction · 0.70
TestGetTopDelegatesFunction · 0.70
TestHandleMessageFunction · 0.70

Calls 2

newTestPublicKeyFunction · 0.70
BytesMethod · 0.65

Tested by

no test coverage detected