Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ setPush
Method
setPush
lib/script/script.js:2752–2754 ·
view source on GitHub ↗
(index, data)
Source
from the content-addressed store, hash-verified
2750
}
2751
2752
setPush(index, data) {
2753
return
this.set(index, Opcode.fromPush(data));
2754
}
2755
2756
pushPush(data) {
2757
return
this.push(Opcode.fromPush(data));
Callers
nothing calls this directly
Calls
2
set
Method · 0.95
fromPush
Method · 0.80
Tested by
no test coverage detected