MCPcopy
hub / github.com/cloudflare/cloudflared / noopEyeball

Struct noopEyeball

quic/v3/muxer_test.go:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type noopEyeball struct {
31 connID uint8
32}
33
34func (noopEyeball) Serve(ctx context.Context) error { return nil }
35func (n noopEyeball) ID() uint8 { return n.connID }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected