| 255 | class BitmapMetadata : public Metadata { |
| 256 | public: |
| 257 | explicit BitmapMetadata(bool generate_version = true) : Metadata(kRedisBitmap, generate_version) {} |
| 258 | }; |
| 259 | |
| 260 | class SortedintMetadata : public Metadata { |
nothing calls this directly
no outgoing calls
no test coverage detected