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

Method LocalAddr

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

Source from the content-addressed store, hash-verified

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 }
33func (c fakeNetConn) SetReadDeadline(t time.Time) error { return nil }

Callers 1

TestAddrsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected