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

Method setSmall

lib/script/script.js:2832–2834  ·  view source on GitHub ↗
(index, num)

Source from the content-addressed store, hash-verified

2830 }
2831
2832 setSmall(index, num) {
2833 return this.set(index, Opcode.fromSmall(num));
2834 }
2835
2836 pushSmall(num) {
2837 return this.push(Opcode.fromSmall(num));

Callers

nothing calls this directly

Calls 2

setMethod · 0.95
fromSmallMethod · 0.80

Tested by

no test coverage detected