MCPcopy
hub / github.com/garrytan/gstack / getInfo

Method getInfo

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

Get active worktree info (for testing).

(testName: string)

Source from the content-addressed store, hash-verified

302
303 /** Get active worktree info (for testing). */
304 getInfo(testName: string): WorktreeInfo | undefined {
305 return this.active.get(testName);
306 }
307}

Callers 1

worktree.test.tsFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected