MCPcopy Create free account
hub / github.com/garrytan/gstack /

Class

lib/worktree.ts:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92// --- WorktreeManager ---
93
94export class WorktreeManager {
95 private repoRoot: string;
96 private runId: string;
97 private active: Map<string, WorktreeInfo> = new Map();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected