MCPcopy
hub / github.com/coder/websocket / unlock

Method unlock

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

Source from the content-addressed store, hash-verified

305}
306
307func (m *mu) unlock() {
308 select {
309 case <-m.ch:
310 default:
311 }
312}
313
314type noCopy struct{}
315

Callers 13

lockMethod · 0.95
waitCloseHandshakeMethod · 0.45
handleControlMethod · 0.45
readerMethod · 0.45
ReadMethod · 0.45
writeMethod · 0.45
writeCompressedFrameMethod · 0.45
WriteMethod · 0.45
CloseMethod · 0.45
writeFrameMethod · 0.45
NetConnFunction · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected