Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ unshiftSmall
Method
unshiftSmall
lib/script/script.js:2840–2842 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
2838
}
2839
2840
unshiftSmall(num) {
2841
return
this.unshift(Opcode.fromSmall(num));
2842
}
2843
2844
insertSmall(index, num) {
2845
return
this.insert(index, Opcode.fromSmall(num));
Callers
nothing calls this directly
Calls
2
unshift
Method · 0.95
fromSmall
Method · 0.80
Tested by
no test coverage detected