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

Interface GitStatusLogContext

frontend/src/utils/gitStatusLogger.ts:6–12  ·  view source on GitHub ↗

* Frontend git status logging utility * Provides consistent, grouped logging for git status operations

Source from the content-addressed store, hash-verified

4 */
5
6interface GitStatusLogContext {
7 operation: 'poll' | 'refresh' | 'update' | 'load';
8 count?: number;
9 sessionId?: string;
10 projectName?: string;
11 state?: string;
12}
13
14class FrontendGitStatusLogger {
15 private updateCount = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected