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

Method Implementation

src/minisketch/src/sketch.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 void Check() const { if (m_canary != 0x6d496e536b65LU) abort(); }
25 void UnReady() { m_canary = 1; }
26 int Implementation() const { return m_implementation; }
27 int Bits() const { return m_bits; }
28
29 virtual ~Sketch() {}

Callers 3

minisketch_cloneFunction · 0.80
minisketch_mergeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected