()
| 312 | * If the watcher does fire, the debounce timer just resets. |
| 313 | */ |
| 314 | export async function notifyTeamMemoryWrite(): Promise<void> { |
| 315 | if (!syncState) { |
| 316 | return |
| 317 | } |
| 318 | schedulePush() |
| 319 | } |
| 320 | |
| 321 | /** |
| 322 | * Stop the file watcher and flush pending changes. |
nothing calls this directly
no test coverage detected