MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / MySender1

Struct MySender1

projects/Go/benchmarks/send_receive_test.go:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import "../proto/proto"
5
6type MySender1 struct {
7 *proto.Sender
8 size int
9 logs int
10}
11
12func NewMySender1() *MySender1 {
13 sender := &MySender1{proto.NewSender(), 0, 0}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected