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

Function mask

mask_go.go:5–7  ·  view source on GitHub ↗
(b []byte, key uint32)

Source from the content-addressed store, hash-verified

3package websocket
4
5func mask(b []byte, key uint32) uint32 {
6 return maskGo(b, key)
7}

Callers 4

Test_maskFunction · 0.70
handleControlMethod · 0.70
readMethod · 0.70
writeFramePayloadMethod · 0.70

Calls 1

maskGoFunction · 0.70

Tested by 1

Test_maskFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…