MCPcopy
hub / github.com/coder/mux / quoteForRemote

Method quoteForRemote

src/node/runtime/SSHRuntime.ts:1106–1108  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

1104 }
1105
1106 protected quoteForRemote(filePath: string): string {
1107 return expandTildeForSSH(filePath);
1108 }
1109
1110 protected cdCommand(cwd: string): string {
1111 return cdCommandForSSH(cwd);

Callers 13

isWorktreeWorkspaceMethod · 0.95
checkWorkspaceRepoMethod · 0.95
deleteWorkspaceMethod · 0.95
readFileFunction · 0.45
writeFileFunction · 0.45
ensureDirFunction · 0.45

Calls 1

expandTildeForSSHFunction · 0.90

Tested by

no test coverage detected