Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
317
func
bigVal() []byte {
318
return
bytes.Repeat([]byte{
'*'
}, 1<<17)
// 128kb
319
}
Callers
2
pubsub_test.go
File · 0.85
race_test.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected