Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/BlueWallet/BlueWallet
/ objects
Function
objects
tests/setup.js:439–441 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
437
},
438
439
objects(
type
) {
440
return
makeCollection(
type
, getStore(
type
).values());
441
},
442
443
close() {
444
isClosed = true;
Callers
nothing calls this directly
Calls
3
makeCollection
Function · 0.85
getStore
Function · 0.85
values
Method · 0.80
Tested by
no test coverage detected