MCPcopy
hub / github.com/cloudflare/tableflip / PacketConn

Interface PacketConn

fds.go:21–24  ·  view source on GitHub ↗

PacketConn can be shared between processes.

Source from the content-addressed store, hash-verified

19
20// PacketConn can be shared between processes.
21type PacketConn interface {
22 net.PacketConn
23 syscall.Conn
24}
25
26// Conn can be shared between processes.
27type Conn interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…