Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ popOp
Method
popOp
lib/script/script.js:2648–2651 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2646
}
2647
2648
popOp() {
2649
const
op = this.pop();
2650
return
op ? op.value : -1;
2651
}
2652
2653
shiftOp() {
2654
const
op = this.shift();
Callers
nothing calls this directly
Calls
1
pop
Method · 0.95
Tested by
no test coverage detected