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

Function simplicity_low_1

src/simplicity/jets.c:25–30  ·  view source on GitHub ↗

low_1 : ONE |- TWO */

Source from the content-addressed store, hash-verified

23
24/* low_1 : ONE |- TWO */
25bool simplicity_low_1(frameItem* dst, frameItem src, const txEnv* env) {
26 (void) env; /* env is unused. */
27 (void) src; /* src is unused. */
28 writeBit(dst, 0);
29 return true;
30}
31
32#define LOW_(bits) \
33/* low_n : ONE |- TWO^n */ \

Callers

nothing calls this directly

Calls 1

writeBitFunction · 0.85

Tested by

no test coverage detected