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

Method Close

client_server_test.go:369–369  ·  client_server_test.go::requireDeadlineNetConn.Close
()

Source from the content-addressed store, hash-verified

367}
368
369func (c *requireDeadlineNetConn) Close() error { return c.c.Close() }
370func (c *requireDeadlineNetConn) LocalAddr() net.Addr { return c.c.LocalAddr() }
371func (c *requireDeadlineNetConn) RemoteAddr() net.Addr { return c.c.RemoteAddr() }
372

Callers 15

ServeHTTPMethod · 0.45
TestProxyDialFunction · 0.45
TestDialFunction · 0.45
TestDialCookieJarFunction · 0.45
TestDialTLSFunction · 0.45
TestDialTimeoutFunction · 0.45
TestHandshakeTimeoutFunction · 0.45
TestDialBadSchemeFunction · 0.45
TestDialBadOriginFunction · 0.45
TestDialBadHeaderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected