Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected