MCPcopy
hub / github.com/redis/go-redis / bigVal

Function bigVal

race_test.go:317–319  ·  race_test.go::bigVal
()

Source from the content-addressed store, hash-verified

315})
316
317func bigVal() []byte {
318 return bytes.Repeat([]byte{'*'}, 1<<17) // 128kb
319}

Callers 2

pubsub_test.goFile · 0.85
race_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected