Exemple #1
0
func (db *DB) Key(it *store.Iterator) ([]byte, error) {
	return db.decodeMetaKey(KVType, it.Key())
}