Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
387
func
(we WriteError) As(target
interface
{}) bool {
388
return
errors.As(we.err, target)
389
}
390
391
func
(c *Conn) writeLoop() {
392
var
lastErr error
Callers
1
writeError
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected