Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ insertBool
Method
insertBool
lib/script/script.js:2964–2966 ·
view source on GitHub ↗
(index, value)
Source
from the content-addressed store, hash-verified
2962
}
2963
2964
insertBool(index, value) {
2965
return
this.insert(index, Opcode.fromBool(value));
2966
}
2967
2968
/*
2969
* Symbol
Callers
nothing calls this directly
Calls
2
insert
Method · 0.95
fromBool
Method · 0.45
Tested by
no test coverage detected