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

Function TestMaskASM

mask_asm_test.go:7–11  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

5import "testing"
6
7func TestMaskASM(t *testing.T) {
8 t.Parallel()
9
10 testMask(t, "maskASM", mask)
11}

Callers

nothing calls this directly

Calls 1

testMaskFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…