MCPcopy Create free account
hub / github.com/ElementsProject/elements / MaxImplementation

Method MaxImplementation

src/minisketch/include/minisketch.h:213–213  ·  view source on GitHub ↗

Get the highest supported implementation number. */

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected