MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / removeFixture

Function removeFixture

e2e/desktop-vm/custom-tools-sidecar.test.ts:113–114  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

111};
112
113const removeFixture = (path: string): Effect.Effect<void> =>
114 Effect.promise(() => ssh(`rm -rf '${path}'`).then(() => undefined)).pipe(Effect.ignore);
115
116const shellQuote = (value: string): string => `'${value.replaceAll("'", "'\\''")}'`;
117

Callers 1

Calls 1

sshFunction · 0.70

Tested by

no test coverage detected