Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ setOp
Method
setOp
lib/script/script.js:2663–2665 ·
view source on GitHub ↗
(index, value)
Source
from the content-addressed store, hash-verified
2661
}
2662
2663
setOp(index, value) {
2664
return
this.set(index, Opcode.fromOp(value));
2665
}
2666
2667
pushOp(value) {
2668
return
this.push(Opcode.fromOp(value));
Callers
nothing calls this directly
Calls
2
set
Method · 0.95
fromOp
Method · 0.80
Tested by
no test coverage detected