MCPcopy Create free account
hub / github.com/esengine/esengine / messageHub

Function messageHub

packages/editor-runtime/src/PluginAPI.ts:117–119  ·  view source on GitHub ↗

* 获取 MessageHub

()

Source from the content-addressed store, hash-verified

115 * 获取 MessageHub
116 */
117 get messageHub(): MessageHub {
118 return getInternalAPI().getMessageHub();
119 },
120
121 /**
122 * 获取服务容器

Callers

nothing calls this directly

Calls 2

getInternalAPIFunction · 0.85
getMessageHubMethod · 0.65

Tested by

no test coverage detected