MCPcopy Create free account
hub / github.com/dgrr/http2 / As

Method As

conn.go:387–389  ·  view source on GitHub ↗
(target interface{})

Source from the content-addressed store, hash-verified

385}
386
387func (we WriteError) As(target interface{}) bool {
388 return errors.As(we.err, target)
389}
390
391func (c *Conn) writeLoop() {
392 var lastErr error

Callers 1

writeErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected