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

Method Close

conn_test.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (c fakeNetConn) Close() error { return nil }
30func (c fakeNetConn) LocalAddr() net.Addr { return localAddr }
31func (c fakeNetConn) RemoteAddr() net.Addr { return remoteAddr }
32func (c fakeNetConn) SetDeadline(t time.Time) error { return nil }

Callers 9

TestFramingFunction · 0.45
TestControlFunction · 0.45
TestWriteBufferPoolFunction · 0.45
TestWriteBufferPoolErrorFunction · 0.45
TestEOFWithinFrameFunction · 0.45
TestReadLimitFunction · 0.45
TestBufioReadBytesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected