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

Function controllerMessenger

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

Source from the content-addressed store, hash-verified

1690 return instance.context;
1691 },
1692 get controllerMessenger() {
1693 assertEngineExists(instance);
1694 return instance.controllerMessenger;
1695 },
1696 get state() {
1697 assertEngineExists(instance);
1698 const {

Callers

nothing calls this directly

Calls 1

assertEngineExistsFunction · 0.85

Tested by

no test coverage detected