Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ setInt
Method
setInt
lib/script/script.js:2912–2914 ·
view source on GitHub ↗
(index, num)
Source
from the content-addressed store, hash-verified
2910
}
2911
2912
setInt(index, num) {
2913
return
this.set(index, Opcode.fromInt(num));
2914
}
2915
2916
pushInt(num) {
2917
return
this.push(Opcode.fromInt(num));
Callers
nothing calls this directly
Calls
2
set
Method · 0.95
fromInt
Method · 0.45
Tested by
no test coverage detected