MCPcopy
hub / github.com/monasticacademy/httptap / endpointWriter

Struct endpointWriter

experiments/gvisor-intercept/intercept.go:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type endpointWriter struct {
44 ep tcpip.Endpoint
45}
46
47func (e *endpointWriter) Write(p []byte) (int, error) {
48 var r bytes.Reader

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected