Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ insertBool
Method
insertBool
lib/script/stack.js:497–499 ·
view source on GitHub ↗
(index, value)
Source
from the content-addressed store, hash-verified
495
}
496
497
insertBool(index, value) {
498
return
this.insert(index, Stack.fromBool(value));
499
}
500
501
/**
502
* Test an object to see
if
it is a Stack.
Callers
nothing calls this directly
Calls
2
insert
Method · 0.95
fromBool
Method · 0.45
Tested by
no test coverage detected