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

Method Count

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

Count returns the number of elements in the list.

()

Source from the content-addressed store, hash-verified

89
90 // Count returns the number of elements in the list.
91 Count() int
92
93 // Range returns records with keys in the range [start, end] (inclusive).
94 Range(start, end []byte) []*core.Record

Callers 3

GetRemoveIndexesMethod · 0.65
SizeMethod · 0.65
GeneratePushKeyMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected