MCPcopy Index your code
hub / github.com/coder/mux / getLayout

Function getLayout

tests/runtime/runtime.test.ts:880–880  ·  view source on GitHub ↗
(projectPath: string)

Source from the content-addressed store, hash-verified

878 const srcBaseDir = "/home/testuser/workspace";
879 const createSSHRuntime = (): Runtime => createTestRuntime("ssh", srcBaseDir, sshConfig);
880 const getLayout = (projectPath: string) => buildRemoteProjectLayout(srcBaseDir, projectPath);
881
882 describe("renameWorkspace", () => {
883 testForRuntime("successfully renames directory", async () => {

Callers 1

runtime.test.tsFile · 0.85

Calls 1

buildRemoteProjectLayoutFunction · 0.90

Tested by

no test coverage detected