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

Method getInt

lib/script/script.js:2892–2895  ·  view source on GitHub ↗
(index, minimal, limit)

Source from the content-addressed store, hash-verified

2890 */
2891
2892 getInt(index, minimal, limit) {
2893 const op = this.get(index);
2894 return op ? op.toInt(minimal, limit) : -1;
2895 }
2896
2897 popInt(minimal, limit) {
2898 const op = this.pop();

Callers 1

executeMethod · 0.45

Calls 2

getMethod · 0.95
toIntMethod · 0.45

Tested by

no test coverage detected