Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ TestSendAndReceive
Function
TestSendAndReceive
projects/Go/tests/send_receive_test.go:75–81 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
73
}
74
75
func
TestSendAndReceive(t *testing.T) {
76
for
i := 0; i < 1000; i++ {
77
for
j := 0; j < 1000; j++ {
78
assert.True(t, SendAndReceive(i, j))
79
}
80
}
81
}
Callers
nothing calls this directly
Calls
1
SendAndReceive
Function · 0.70
Tested by
no test coverage detected