MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / resolveAbsoluteWorkspacePath

Function resolveAbsoluteWorkspacePath

src/api/workspace-upload-path.ts:31–36  ·  view source on GitHub ↗
(
  workingDir: string,
  overrides: AgentServerClientOverrides = {},
)

Source from the content-addressed store, hash-verified

29 * backend); absolute paths pass through.
30 */
31export async function resolveAbsoluteWorkspacePath(
32 workingDir: string,
33 overrides: AgentServerClientOverrides = {},
34): Promise<string> {
35 return resolveAbsoluteAgentServerPath(workingDir, overrides);
36}
37
38/**
39 * Build the absolute destination path for a file upload, resolving the

Callers 2

buildWorkspaceUploadPathFunction · 0.85

Calls 1

Tested by

no test coverage detected