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

Interface CalculateOffset

bitvm/src/u4/u4_std.rs:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126pub trait CalculateOffset {
127 fn modify(&mut self, element: Opcode) -> Script;
128}
129
130impl CalculateOffset for i32 {
131 /// To calculate the place of the tables on the stack, opcodes are pushed with this function in certain parts

Callers

nothing calls this directly

Implementers 1

u4_std.rsbitvm/src/u4/u4_std.rs

Calls

no outgoing calls

Tested by

no test coverage detected