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

Method getSmall

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

Source from the content-addressed store, hash-verified

2810 */
2811
2812 getSmall(index) {
2813 const op = this.get(index);
2814 return op ? op.toSmall() : -1;
2815 }
2816
2817 popSmall() {
2818 const op = this.pop();

Callers 4

isMultisigMethod · 0.95
getMultisigMethod · 0.95
getProgramMethod · 0.95
fromMultisigScriptMethod · 0.80

Calls 2

getMethod · 0.95
toSmallMethod · 0.80

Tested by

no test coverage detected