MCPcopy
hub / github.com/stravu/crystal / stopWatchingSession

Method stopWatchingSession

main/src/services/gitStatusManager.ts:124–127  ·  view source on GitHub ↗

* Stop file watching for a session

(sessionId: string)

Source from the content-addressed store, hash-verified

122 * Stop file watching for a session
123 */
124 private stopWatchingSession(sessionId: string): void {
125 this.fileWatcher.stopWatching(sessionId);
126 this.logger?.info(`[GitStatus] Stopped file watching for session ${sessionId}`);
127 }
128
129 /**
130 * Start git status manager (initializes file watching)

Callers 1

setActiveSessionMethod · 0.95

Calls 2

stopWatchingMethod · 0.80
infoMethod · 0.80

Tested by

no test coverage detected