MCPcopy Create free account
hub / github.com/Shazbot/WH3-Mod-Manager / clear

Method clear

src/packFileSerializer.ts:3288–3290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3286 }
3287 // Clear all pools (useful for cleanup)
3288 clear(): void {
3289 this.pools.clear();
3290 }
3291 // Get stats for debugging
3292 getStats(): { totalPools: number; totalBuffers: number; poolSizes: number[] } {
3293 let totalBuffers = 0;

Callers 4

resetCounterTrackingFunction · 0.80
clearSchemaCacheFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected