Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ clearIncrementalSnapshot
Method
clearIncrementalSnapshot
packages/core/src/ECS/Scene.ts:1483–1485 ·
view source on GitHub ↗
* 清除增量快照 * * 释放快照占用的内存
()
Source
from the content-addressed store, hash-verified
1481
* 释放快照占用的内存
1482
*/
1483
public clearIncrementalSnapshot(): void {
1484
this._incrementalBaseSnapshot = undefined;
1485
}
1486
1487
/**
1488
* 检查是否有增量快照
Callers
1
IncrementalSerialization.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected