MCPcopy Create free account
hub / github.com/DNAProject/DNA / TestPingSerializationDeserialization

Function TestPingSerializationDeserialization

p2pserver/message/types/ping_test.go:28–33  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

26)
27
28func TestPingSerializationDeserialization(t *testing.T) {
29 var msg Ping
30 msg.Height = 1
31
32 MessageTest(t, &msg)
33}

Callers

nothing calls this directly

Calls 1

MessageTestFunction · 0.85

Tested by

no test coverage detected