Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ getSmall
Method
getSmall
lib/script/script.js:2812–2815 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
2810
*/
2811
2812
getSmall(index) {
2813
const
op = this.get(index);
2814
return
op ? op.toSmall() : -1;
2815
}
2816
2817
popSmall() {
2818
const
op = this.pop();
Callers
4
isMultisig
Method · 0.95
getMultisig
Method · 0.95
getProgram
Method · 0.95
fromMultisigScript
Method · 0.80
Calls
2
get
Method · 0.95
toSmall
Method · 0.80
Tested by
no test coverage detected