MCPcopy Create free account
hub / github.com/bcoin-org/bcoin / removePush

Method removePush

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

Source from the content-addressed store, hash-verified

2745 }
2746
2747 removePush(index) {
2748 const op = this.remove(index);
2749 return op ? op.toPush() : null;
2750 }
2751
2752 setPush(index, data) {
2753 return this.set(index, Opcode.fromPush(data));

Callers

nothing calls this directly

Calls 2

removeMethod · 0.95
toPushMethod · 0.80

Tested by

no test coverage detected