Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ insertSmall
Method
insertSmall
lib/script/script.js:2844–2846 ·
view source on GitHub ↗
(index, num)
Source
from the content-addressed store, hash-verified
2842
}
2843
2844
insertSmall(index, num) {
2845
return
this.insert(index, Opcode.fromSmall(num));
2846
}
2847
2848
/*
2849
* Num
Callers
nothing calls this directly
Calls
2
insert
Method · 0.95
fromSmall
Method · 0.80
Tested by
no test coverage detected