MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / randBytes

Function randBytes

types/xxx_test.go:126–130  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

124}
125
126func randBytes(n int) (b []byte) {
127 b = make([]byte, n)
128 rand.Read(b)
129 return
130}
131
132func buildQuery(query string, args ...interface{}) Query {
133 var nargs = make([]NamedArg, len(args))

Callers 1

BenchmarkTypesFunction · 0.85

Calls 1

ReadMethod · 0.65

Tested by

no test coverage detected