MCPcopy
hub / github.com/awnumar/memguard / TestSocketKey

Function TestSocketKey

examples/socketkey/socketkey_test.go:5–7  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

3import "testing"
4
5func TestSocketKey(t *testing.T) {
6 SocketKey(4096)
7}
8
9func BenchmarkSocketKey32(b *testing.B) {
10 b.ReportAllocs()

Callers

nothing calls this directly

Calls 1

SocketKeyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…