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

Function u4_drop_half_table

bitvm/src/u4/u4_logic.rs:160–162  ·  view source on GitHub ↗

Drops half logic table

()

Source from the content-addressed store, hash-verified

158
159/// Drops half logic table
160pub fn u4_drop_half_table() -> Script {
161 u4_drop(136)
162}
163
164/// Pushes the table to calculate the order of ordered pairs (a, b) satisfying the conditions a <= b and 0 <= a, b < 16
165pub fn u4_push_half_lookup() -> Script {

Callers

nothing calls this directly

Calls 1

u4_dropFunction · 0.85

Tested by

no test coverage detected