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

Method popSmall

lib/script/script.js:2817–2820  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2815 }
2816
2817 popSmall() {
2818 const op = this.pop();
2819 return op ? op.toSmall() : -1;
2820 }
2821
2822 shiftSmall() {
2823 const op = this.shift();

Callers

nothing calls this directly

Calls 2

popMethod · 0.95
toSmallMethod · 0.80

Tested by

no test coverage detected