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

Function entityStore

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

* 获取 EntityStoreService

()

Source from the content-addressed store, hash-verified

108 * 获取 EntityStoreService
109 */
110 get entityStore(): EntityStoreService {
111 return getInternalAPI().getEntityStore();
112 },
113
114 /**
115 * 获取 MessageHub

Callers

nothing calls this directly

Calls 2

getInternalAPIFunction · 0.85
getEntityStoreMethod · 0.65

Tested by

no test coverage detected