The content type to look for.
The LevelDB. Should match the type of the LevelDB class from the @8crafter/leveldb-zlib package. It does not have to be the one from that package, as long as the types match.
The content type to look for.
The keys from the LevelDB with the specified content type, the keys are in Buffer format, this is because some keys contain binary data like chunk indices.
Gets the keys from the list of LevelDB keys with a specific content type.
The content type to look for.
The type of the buffers.
The LevelDB keys. Should be an array of Buffers.
The content type to look for.
The keys from the provided LevelDB keys array with the specified content type, the keys are in Buffer format, this is because some keys contain binary data like chunk indices.
Gets the keys from the LevelDB with a specific content type.