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

Method getPush

lib/script/script.js:2732–2735  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

2730 */
2731
2732 getPush(index) {
2733 const op = this.get(index);
2734 return op ? op.toPush() : null;
2735 }
2736
2737 popPush() {
2738 const op = this.pop();

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
toPushMethod · 0.80

Tested by

no test coverage detected