MCPcopy Create free account
hub / github.com/agent-tower/core / list

Method list

packages/server/src/git/worktree.manager.ts:682–685  ·  view source on GitHub ↗

* Alias for `listWorktrees()`, returns just the paths. * Kept for backward compatibility with existing callers.

()

Source from the content-addressed store, hash-verified

680 * Kept for backward compatibility with existing callers.
681 */
682 async list(): Promise<string[]> {
683 const worktrees = await this.listWorktrees();
684 return worktrees.map((w) => w.path);
685 }
686
687 // ── Private Helpers ─────────────────────────────────────────────────────────
688

Callers 15

TaskDetailFunction · 0.45
handleStartFunction · 0.45
MobileTaskDetailFunction · 0.45
ProjectKanbanPageFunction · 0.45
invalidateTeamRunQueriesFunction · 0.45
useTasksFunction · 0.45
useCreateTaskFunction · 0.45
useConversationsFunction · 0.45
useProjectsFunction · 0.45

Calls 1

listWorktreesMethod · 0.95

Tested by

no test coverage detected