MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / Read

Method Read

dialer/h2.go:291–293  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

289}
290
291func (c *h2Conn) Read(b []byte) (n int, err error) {
292 return c.r.Read(b)
293}
294
295func (c *h2Conn) Write(b []byte) (n int, err error) {
296 return c.w.Write(b)

Callers 8

hmacGenKeyFunction · 0.45
SetMethod · 0.45
readConfigFunction · 0.45
NewTLSSessionIDFunction · 0.45
readResponseFunction · 0.45
PutMethod · 0.45

Calls

no outgoing calls