Get the highest supported implementation number. */
| 211 | |
| 212 | /** Get the highest supported implementation number. */ |
| 213 | static uint32_t MaxImplementation() noexcept { return minisketch_implementation_max(); } |
| 214 | |
| 215 | /** Check whether the library supports fields with a given size and implementation number. |
| 216 | * If a particular field size `bits` is supported, implementation 0 is always supported for it. |
nothing calls this directly
no test coverage detected