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

Method All

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

All returns all records in ascending key order.

()

Source from the content-addressed store, hash-verified

83
84 // All returns all records in ascending key order.
85 All() []*core.Record
86
87 // AllItems returns all items (key + record pairs) in ascending key order.
88 AllItems() []*core.Item[core.Record]

Callers 3

getAllOrKeysOrValuesMethod · 0.65
TestBTree_AllFunction · 0.65
LRangeMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestBTree_AllFunction · 0.52