Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ unshiftPush
Method
unshiftPush
lib/script/script.js:2760–2762 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
2758
}
2759
2760
unshiftPush(data) {
2761
return
this.unshift(Opcode.fromPush(data));
2762
}
2763
2764
insertPush(index, data) {
2765
return
this.insert(index, Opcode.fromPush(data));
Callers
nothing calls this directly
Calls
2
unshift
Method · 0.95
fromPush
Method · 0.80
Tested by
no test coverage detected