Clear all tracked file state (e.g., on /clear).
()
| 5521 | |
| 5522 | /** Clear all tracked file state (e.g., on /clear). */ |
| 5523 | clearFileState(): void { |
| 5524 | this.fileChangeTracker.clear(); |
| 5525 | } |
| 5526 | |
| 5527 | /** |
| 5528 | * Resolve the memory session context (index snapshot + optional hot block) |
no test coverage detected