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

Function OP_4DUP

bitvm/src/pseudo.rs:35–39  ·  view source on GitHub ↗

Duplicates the top 4 items

()

Source from the content-addressed store, hash-verified

33
34/// Duplicates the top 4 items
35pub fn OP_4DUP() -> Script {
36 script! {
37 OP_2OVER OP_2OVER
38 }
39}
40
41/// Drops the top 4 items
42pub fn OP_4DROP() -> Script {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected