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

Method getPersistent

packages/core/src/ECS/Systems/EntityCache.ts:58–60  ·  view source on GitHub ↗

* 获取持久缓存

()

Source from the content-addressed store, hash-verified

56 * 获取持久缓存
57 */
58 public getPersistent(): readonly Entity[] | null {
59 return this._persistentCache;
60 }
61
62 /**
63 * 设置持久缓存

Callers 1

entitiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected