MCPcopy Create free account
hub / github.com/brimdata/super / GenBytes

Function GenBytes

fuzz/fuzz.go:382–388  ·  view source on GitHub ↗
(b *bytes.Reader, n int)

Source from the content-addressed store, hash-verified

380}
381
382func GenBytes(b *bytes.Reader, n int) []byte {
383 bytes := make([]byte, n)
384 for i := range bytes {
385 bytes[i] = GenByte(b)
386 }
387 return bytes
388}
389
390func GenAscii(b *bytes.Reader) string {
391 var bytes []byte

Callers 1

GenValueFunction · 0.85

Calls 1

GenByteFunction · 0.85

Tested by

no test coverage detected