Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
type
IndexType
interface
{
23
data.BTree | data.Set | SortedSet | data.List
24
}
25
26
type
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