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

Method Check

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

Source from the content-addressed store, hash-verified

22
23 void Ready() { m_canary = 0x6d496e536b65LU; }
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; }

Callers 11

minisketch_bitsFunction · 0.45
minisketch_capacityFunction · 0.45
minisketch_cloneFunction · 0.45
minisketch_serializeFunction · 0.45
minisketch_deserializeFunction · 0.45
minisketch_add_uint64Function · 0.45
minisketch_mergeFunction · 0.45
minisketch_decodeFunction · 0.45
minisketch_set_seedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected