MCPcopy Index your code
hub / github.com/bcoin-org/bcoin / popPush

Method popPush

lib/script/script.js:2737–2740  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2735 }
2736
2737 popPush() {
2738 const op = this.pop();
2739 return op ? op.toPush() : null;
2740 }
2741
2742 shiftPush() {
2743 const op = this.shift();

Callers

nothing calls this directly

Calls 2

popMethod · 0.95
toPushMethod · 0.80

Tested by

no test coverage detected