Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ pushNum
Method
pushNum
lib/script/stack.js:409–411 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
407
}
408
409
pushNum(num) {
410
return
this.push(Stack.fromNum(num));
411
}
412
413
unshiftNum(num) {
414
return
this.unshift(Stack.fromNum(num));
Callers
nothing calls this directly
Calls
2
push
Method · 0.95
fromNum
Method · 0.45
Tested by
no test coverage detected