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

Method getData

lib/script/script.js:2683–2686  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

2681 */
2682
2683 getData(index) {
2684 const op = this.get(index);
2685 return op ? op.data : null;
2686 }
2687
2688 popData() {
2689 const op = this.pop();

Callers 11

getPubkeyMethod · 0.95
getPubkeyhashMethod · 0.95
getScripthashMethod · 0.95
getProgramMethod · 0.95
getWitnessPubkeyhashMethod · 0.95
getWitnessScripthashMethod · 0.95
getPubkeyInputMethod · 0.95
getPubkeyhashInputMethod · 0.95
getMultisigInputMethod · 0.95
isScripthashInputMethod · 0.95
getScripthashInputMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected