Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ hasPersistent
Method
hasPersistent
packages/core/src/ECS/Systems/EntityCache.ts:137–139 ·
view source on GitHub ↗
* 检查是否有有效的持久缓存
()
Source
from the content-addressed store, hash-verified
135
* 检查是否有有效的持久缓存
136
*/
137
public hasPersistent(): boolean {
138
return
this._persistentCache !== null;
139
}
140
141
/**
142
* 检查是否有有效的帧缓存
Callers
1
entities
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected