MCPcopy Create free account
hub / github.com/bcoin-org/bcoin / shiftSym

Method shiftSym

lib/script/script.js:2982–2985  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2980 }
2981
2982 shiftSym() {
2983 const op = this.shift();
2984 return op ? op.toSymbol() : null;
2985 }
2986
2987 removeSym(index) {
2988 const op = this.remove(index);

Callers

nothing calls this directly

Calls 2

shiftMethod · 0.95
toSymbolMethod · 0.80

Tested by

no test coverage detected