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

Struct permKeygen

xenomint/sqlite/sqlite_test.go:294–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292func (k *randKeygen) reset() {}
293
294type permKeygen struct {
295 offset int
296 length int
297 perm []int
298 pos int32
299}
300
301func newPermKeygen(offset, length int) *permKeygen {
302 return &permKeygen{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected