rocksdb
rocksdb copied to clipboard
Pass block_type and caller by reference in static bool methods
We don't want to create a useless copy if we aren't modifying the params in any way. Passing the params by const reference will ensure this.