Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ pop
Method
pop
lib/script/script.js:2578–2581 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2576
}
2577
2578
pop() {
2579
const
op = this.code.pop();
2580
return
op || null;
2581
}
2582
2583
shift() {
2584
const
op = this.code.shift();
Callers
11
popOp
Method · 0.95
popData
Method · 0.95
popPush
Method · 0.95
popString
Method · 0.95
popSmall
Method · 0.95
popNum
Method · 0.95
popInt
Method · 0.95
popBool
Method · 0.95
popSym
Method · 0.95
execute
Method · 0.45
verifyProgram
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected