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

Method push

lib/script/script.js:2615–2619  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

2613 }
2614
2615 push(op) {
2616 assert(Opcode.isOpcode(op));
2617 this.code.push(op);
2618 return this;
2619 }
2620
2621 unshift(op) {
2622 assert(Opcode.isOpcode(op));

Callers 15

fromArrayMethod · 0.95
pushOpMethod · 0.95
pushDataMethod · 0.95
pushPushMethod · 0.95
pushStringMethod · 0.95
pushSmallMethod · 0.95
pushNumMethod · 0.95
pushIntMethod · 0.95
pushBoolMethod · 0.95
pushSymMethod · 0.95
toItemsMethod · 0.45
toStringMethod · 0.45

Calls 1

isOpcodeMethod · 0.80

Tested by

no test coverage detected