Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcoin-org/bcoin
/ insertNum
Method
insertNum
lib/script/stack.js:417–419 ·
view source on GitHub ↗
(index, num)
Source
from the content-addressed store, hash-verified
415
}
416
417
insertNum(index, num) {
418
return
this.insert(index, Stack.fromNum(num));
419
}
420
421
/*
422
* Int
Callers
nothing calls this directly
Calls
2
insert
Method · 0.95
fromNum
Method · 0.45
Tested by
no test coverage detected