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

Method setPush

lib/script/script.js:2752–2754  ·  view source on GitHub ↗
(index, data)

Source from the content-addressed store, hash-verified

2750 }
2751
2752 setPush(index, data) {
2753 return this.set(index, Opcode.fromPush(data));
2754 }
2755
2756 pushPush(data) {
2757 return this.push(Opcode.fromPush(data));

Callers

nothing calls this directly

Calls 2

setMethod · 0.95
fromPushMethod · 0.80

Tested by

no test coverage detected