MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / AllItems

Method AllItems

internal/data/list.go:88–88  ·  view source on GitHub ↗

AllItems returns all items (key + record pairs) in ascending key order.

()

Source from the content-addressed store, hash-verified

86
87 // AllItems returns all items (key + record pairs) in ascending key order.
88 AllItems() []*core.Item[core.Record]
89
90 // Count returns the number of elements in the list.
91 Count() int

Callers 3

GetRemoveIndexesMethod · 0.65
LTrimMethod · 0.65
LRemByIndexMethod · 0.65

Implementers 2

DoublyLinkedListinternal/data/doubly_linked_list.go
BTreeinternal/data/btree.go

Calls

no outgoing calls

Tested by

no test coverage detected