Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ popSmall
Method
popSmall
lib/script/script.js:2817–2820 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2815
}
2816
2817
popSmall() {
2818
const
op = this.pop();
2819
return
op ? op.toSmall() : -1;
2820
}
2821
2822
shiftSmall() {
2823
const
op = this.shift();
Callers
nothing calls this directly
Calls
2
pop
Method · 0.95
toSmall
Method · 0.80
Tested by
no test coverage detected