Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
func
randBytes(n int) (b []byte) {
127
b = make([]byte, n)
128
rand.Read(b)
129
return
130
}
131
132
func
buildQuery(query string, args ...
interface
{}) Query {
133
var
nargs = make([]NamedArg, len(args))
Callers
1
BenchmarkTypes
Function · 0.85
Calls
1
Read
Method · 0.65
Tested by
no test coverage detected