MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / context

Function context

app/core/Engine.ts:1688–1691  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1686
1687export default {
1688 get context() {
1689 assertEngineExists(instance);
1690 return instance.context;
1691 },
1692 get controllerMessenger() {
1693 assertEngineExists(instance);
1694 return instance.controllerMessenger;

Callers

nothing calls this directly

Calls 1

assertEngineExistsFunction · 0.85

Tested by

no test coverage detected