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

Method Temporary

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

Source from the content-addressed store, hash-verified

99
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.

Callers 2

hideTempErrFunction · 0.80
SetPingHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected