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

Method popData

lib/script/script.js:2688–2691  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2686 }
2687
2688 popData() {
2689 const op = this.pop();
2690 return op ? op.data : null;
2691 }
2692
2693 shiftData() {
2694 const op = this.shift();

Callers

nothing calls this directly

Calls 1

popMethod · 0.95

Tested by

no test coverage detected