()
| 471 | * This ensures tests don't interfere with each other via shared counter state. |
| 472 | */ |
| 473 | export function resetProjectFlushStateForTesting(): void { |
| 474 | project?._resetFlushState() |
| 475 | } |
| 476 | |
| 477 | /** |
| 478 | * Reset the entire Project singleton for testing. |
nothing calls this directly
no test coverage detected