Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
export
function
getWorkspaceWorkingDir(workspace: WorkspacePathRecord): string {
27
return
workspace.workingDir || workspace.worktreePath;
28
}
Callers
3
getExecutionWorkingDir
Method · 0.70
delete
Method · 0.70
workspaceRoutes
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected