MCPcopy
hub / github.com/MetaCubeX/mihomo / memoryPacketIO

Struct memoryPacketIO

transport/openvpn/control_test.go:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type memoryPacketIO struct {
13 in <-chan []byte
14 out chan<- []byte
15 closed chan struct{}
16 once sync.Once
17}
18
19func newMemoryPacketPair() (*memoryPacketIO, *memoryPacketIO) {
20 aToB := make(chan []byte, 16)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected