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

Function getWorkspaceWorkingDir

packages/server/src/services/workspace-kind.ts:26–28  ·  view source on GitHub ↗
(workspace: WorkspacePathRecord)

Source from the content-addressed store, hash-verified

24}
25
26export function getWorkspaceWorkingDir(workspace: WorkspacePathRecord): string {
27 return workspace.workingDir || workspace.worktreePath;
28}

Callers 3

deleteMethod · 0.70
workspaceRoutesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected