MCPcopy
hub / github.com/golang/tools / headerStream

Struct headerStream

internal/jsonrpc2/stream.go:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96type headerStream struct {
97 conn net.Conn
98 in *bufio.Reader
99}
100
101func (s *headerStream) Read(ctx context.Context) (Message, int64, error) {
102 select {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected