Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ pushPush
Method
pushPush
lib/script/script.js:2756–2758 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
2754
}
2755
2756
pushPush(data) {
2757
return
this.push(Opcode.fromPush(data));
2758
}
2759
2760
unshiftPush(data) {
2761
return
this.unshift(Opcode.fromPush(data));
Callers
1
createGenesisBlock
Function · 0.80
Calls
2
push
Method · 0.95
fromPush
Method · 0.80
Tested by
no test coverage detected