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

Function simplicity_verify

src/simplicity/jets.c:18–22  ·  view source on GitHub ↗

verify : TWO |- ONE */

Source from the content-addressed store, hash-verified

16
17/* verify : TWO |- ONE */
18bool simplicity_verify(frameItem* dst, frameItem src, const txEnv* env) {
19 (void) env; /* env is unused. */
20 (void) dst; /* dst is unused. */
21 return readBit(&src);
22}
23
24/* low_1 : ONE |- TWO */
25bool simplicity_low_1(frameItem* dst, frameItem src, const txEnv* env) {

Callers

nothing calls this directly

Calls 1

readBitFunction · 0.85

Tested by

no test coverage detected