Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ insertInt
Method
insertInt
lib/script/stack.js:457–459 ·
view source on GitHub ↗
(index, num)
Source
from the content-addressed store, hash-verified
455
}
456
457
insertInt(index, num) {
458
return
this.insert(index, Stack.fromInt(num));
459
}
460
461
/*
462
* Bool
Callers
nothing calls this directly
Calls
2
insert
Method · 0.95
fromInt
Method · 0.45
Tested by
no test coverage detected