Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ TestPongSerializationDeserialization
Function
TestPongSerializationDeserialization
p2pserver/message/types/pong_test.go:28–33 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
26
)
27
28
func
TestPongSerializationDeserialization(t *testing.T) {
29
var
msg Pong
30
msg.Height = 1
31
32
MessageTest(t, &msg)
33
}
Callers
nothing calls this directly
Calls
1
MessageTest
Function · 0.85
Tested by
no test coverage detected