MCPcopy
hub / github.com/gorilla/websocket / Timeout

Method Timeout

conn.go:102–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100func (e *netError) Error() string { return e.msg }
101func (e *netError) Temporary() bool { return e.temporary }
102func (e *netError) Timeout() bool { return e.timeout }
103
104// CloseError represents a close message.
105type CloseError struct {

Callers 1

hideTempErrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected