MCPcopy
hub / github.com/grafana/tempo / randomBytes

Function randomBytes

pkg/drain/testdata/generate-random-span-names/main.go:130–134  ·  view source on GitHub ↗
(r *rand.Rand, n int)

Source from the content-addressed store, hash-verified

128}
129
130func randomBytes(r *rand.Rand, n int) []byte {
131 buf := make([]byte, n)
132 r.Read(buf)
133 return buf
134}
135
136func randomMethod(r *rand.Rand) string {
137 methods := []string{

Callers 1

generateFeatureFunction · 0.85

Calls 1

ReadMethod · 0.65

Tested by

no test coverage detected