Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
package
websocket
4
5
func
mask(b []byte, key uint32) uint32 {
6
return
maskGo(b, key)
7
}
Callers
4
Test_mask
Function · 0.70
handleControl
Method · 0.70
read
Method · 0.70
writeFramePayload
Method · 0.70
Calls
1
maskGo
Function · 0.70
Tested by
1
Test_mask
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…