Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/labstack/echo
/ BenchmarkRandomString_Pooled
Function
BenchmarkRandomString_Pooled
middleware/randomstring_bench_test.go:45–50 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
43
}
44
45
func
BenchmarkRandomString_Pooled(b *testing.B) {
46
b.ReportAllocs()
47
for
i := 0; i < b.N; i++ {
48
_ = randomString(32)
49
}
50
}
Callers
nothing calls this directly
Calls
1
randomString
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…