Return true if all required members are initialized */
| 83 | |
| 84 | /** Return true if all required members are initialized */ |
| 85 | bool initialized() const { |
| 86 | return bloomSize > 0 && k > 0 && |
| 87 | trim != std::numeric_limits<unsigned>::max(); |
| 88 | } |
| 89 | |
| 90 | /** Return true if checkpoint creation is enabled */ |
| 91 | bool checkpointsEnabled() const { |
no outgoing calls
no test coverage detected