Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ setInt
Method
setInt
lib/script/stack.js:445–447 ·
view source on GitHub ↗
(index, num)
Source
from the content-addressed store, hash-verified
443
}
444
445
setInt(index, num) {
446
return
this.set(index, Stack.fromInt(num));
447
}
448
449
pushInt(num) {
450
return
this.push(Stack.fromInt(num));
Callers
nothing calls this directly
Calls
2
set
Method · 0.95
fromInt
Method · 0.45
Tested by
no test coverage detected