Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ services
Function
services
packages/editor-runtime/src/PluginAPI.ts:124–126 ·
view source on GitHub ↗
* 获取服务容器
()
Source
from the content-addressed store, hash-verified
122
* 获取服务容器
123
*/
124
get services(): ServiceContainer {
125
return
getInternalAPI().getCore().services;
126
},
127
128
/**
129
* 解析服务(类型安全)
Callers
nothing calls this directly
Calls
2
getInternalAPI
Function · 0.85
getCore
Method · 0.65
Tested by
no test coverage detected