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

Method getBasePath

src/node/runtime/SSHRuntime.ts:1102–1104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1100 protected readonly commandPrefix: string = "SSH";
1101
1102 protected getBasePath(): string {
1103 return this.config.srcBaseDir;
1104 }
1105
1106 protected quoteForRemote(filePath: string): string {
1107 return expandTildeForSSH(filePath);

Callers 3

readFileFunction · 0.45
getExecStreamFunction · 0.45
statFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected