MCPcopy Create free account
hub / github.com/cloudwego/netpoll / Reader

Method Reader

connection_impl.go:64–66  ·  view source on GitHub ↗

Reader implements Connection.

()

Source from the content-addressed store, hash-verified

62
63// Reader implements Connection.
64func (c *connection) Reader() Reader {
65 return c
66}
67
68// Writer implements Connection.
69func (c *connection) Writer() Writer {

Callers 8

TestConnectionReadFunction · 0.95
TestConnectionUntilFunction · 0.95
onProcessMethod · 0.95
TestPollManagerFunction · 0.95

Calls

no outgoing calls

Tested by 7

TestConnectionReadFunction · 0.76
TestConnectionUntilFunction · 0.76
TestPollManagerFunction · 0.76