Count returns the number of elements in the list.
()
| 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 |
no outgoing calls
no test coverage detected