MCPcopy Index your code
hub / github.com/coder/websocket / flate

Method flate

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

Source from the content-addressed store, hash-verified

210}
211
212func (c *Conn) flate() bool {
213 return c.copts != nil
214}
215
216// Ping sends a ping to the peer and waits for a pong.
217// Use this to measure latency or ensure the peer is responsive.

Callers 4

newConnFunction · 0.95
readRSV1IllegalMethod · 0.95
writeMethod · 0.95
WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected