mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-20 11:57:51 +01:00
Store: New Count() function to return count of all records stored.
This commit is contained in:
@@ -29,4 +29,7 @@ type Store interface {
|
||||
|
||||
// ExpireKeys is called to delete all keys that are marked for expiration.
|
||||
ExpireKeys()
|
||||
|
||||
// Count returns the total number of records stored.
|
||||
Count() uint64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user