Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
resolveWorktreeBaseRepoPath
Method · 0.95
isWorktreeWorkspace
Method · 0.95
resolveCheckedOutBranch
Method · 0.95
checkWorkspaceRepo
Method · 0.95
transferBundleToRemote
Method · 0.95
syncProjectSnapshotViaBundle
Method · 0.95
syncProjectSnapshotViaGitPush
Method · 0.95
syncProjectToRemoteOnce
Method · 0.95
deleteWorkspace
Method · 0.95
readFile
Function · 0.45
writeFile
Function · 0.45
ensureDir
Function · 0.45
Calls
1
expandTildeForSSH
Function · 0.90
Tested by
no test coverage detected