MCPcopy Create free account
hub / github.com/BitVM/BitVM / u4_push_half_and_table_stack

Function u4_push_half_and_table_stack

bitvm/src/u4/u4_logic_stack.rs:14–16  ·  view source on GitHub ↗

Push half AND table

(stack: &mut StackTracker)

Source from the content-addressed store, hash-verified

12
13/// Push half AND table
14pub fn u4_push_half_and_table_stack(stack: &mut StackTracker) -> StackVariable {
15 stack.var(136, u4_push_half_and_table(), "and_table")
16}
17
18/// Push half XOR table
19pub fn u4_push_half_xor_table_stack(stack: &mut StackTracker) -> StackVariable {

Callers 1

test_and_halfFunction · 0.85

Calls 1

u4_push_half_and_tableFunction · 0.85

Tested by 1

test_and_halfFunction · 0.68