MCPcopy Index your code
hub / github.com/nutsdb/nutsdb / IndexType

Interface IndexType

index.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type IndexType interface {
23 data.BTree | data.Set | SortedSet | data.List
24}
25
26type defaultOp[T IndexType] struct {
27 Idx map[core.BucketId]*T

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected