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

Function simplicity_high_1

src/simplicity/jets.c:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45/* high_1 : ONE |- TWO */
46bool simplicity_high_1(frameItem* dst, frameItem src, const txEnv* env) {
47 (void) env; /* env is unused. */
48 (void) src; /* src is unused. */
49 writeBit(dst, 1);
50 return true;
51}
52
53#define HIGH_(bits) \
54/* high_n : ONE |- TWO^n */ \

Callers

nothing calls this directly

Calls 1

writeBitFunction · 0.85

Tested by

no test coverage detected