Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getInternalAPI
Function · 0.85
getMessageHub
Method · 0.65
Tested by
no test coverage detected