MCPcopy Index your code
hub / github.com/codeaashu/claude-code / notifyTeamMemoryWrite

Function notifyTeamMemoryWrite

src/services/teamMemorySync/watcher.ts:314–319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

312 * If the watcher does fire, the debounce timer just resets.
313 */
314export 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.

Callers

nothing calls this directly

Calls 1

schedulePushFunction · 0.85

Tested by

no test coverage detected