Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ setNum
Method
setNum
lib/script/script.js:2872–2874 ·
view source on GitHub ↗
(index, num)
Source
from the content-addressed store, hash-verified
2870
}
2871
2872
setNum(index, num) {
2873
return
this.set(index, Opcode.fromNum(num));
2874
}
2875
2876
pushNum(num) {
2877
return
this.push(Opcode.fromNum(num));
Callers
nothing calls this directly
Calls
2
set
Method · 0.95
fromNum
Method · 0.45
Tested by
no test coverage detected