MCPcopy
hub / github.com/claude-code-best/claude-code / stopWatching

Method stopWatching

src/utils/git/gitFilesystem.ts:446–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444 }
445
446 private stopWatching(): void {
447 for (const path of this.watchedPaths) {
448 unwatchFile(path)
449 }
450 this.watchedPaths = []
451 this.branchRefPath = null
452 }
453
454 /**
455 * Get a cached value by key. On first call for a key, computes and caches it.

Callers 2

startMethod · 0.95
resetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected