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

Method push_zero

bitvm/src/bigint/std.rs:249–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247
248 #[inline]
249 pub fn push_zero() -> Script {
250 push_to_stack(0, Self::N_LIMBS as usize)
251 }
252
253 #[inline]
254 pub fn push_one() -> Script {

Callers

nothing calls this directly

Calls 1

push_to_stackFunction · 0.85

Tested by

no test coverage detected