Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
"testing"
4
5
func
TestSocketKey(t *testing.T) {
6
SocketKey(4096)
7
}
8
9
func
BenchmarkSocketKey32(b *testing.B) {
10
b.ReportAllocs()
Callers
nothing calls this directly
Calls
1
SocketKey
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…