示例#1
0
文件: scan.go 项目: lunny/nodb
func (db *DB) Key(it *store.Iterator) ([]byte, error) {
	return db.decodeMetaKey(KVType, it.Key())
}