MCPcopy
hub / github.com/bcoin-org/bcoin / pop

Method pop

lib/script/script.js:2578–2581  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2576 }
2577
2578 pop() {
2579 const op = this.code.pop();
2580 return op || null;
2581 }
2582
2583 shift() {
2584 const op = this.code.shift();

Callers 11

popOpMethod · 0.95
popDataMethod · 0.95
popPushMethod · 0.95
popStringMethod · 0.95
popSmallMethod · 0.95
popNumMethod · 0.95
popIntMethod · 0.95
popBoolMethod · 0.95
popSymMethod · 0.95
executeMethod · 0.45
verifyProgramMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected