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

Struct permKeygen

xenomint/xxx_test.go:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159type permKeygen struct {
160 offset int
161 length int
162 perm []int
163 pos int32
164}
165
166func newPermKeygen(offset, length int) *permKeygen {
167 return &permKeygen{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected