MCPcopy Index your code
hub / github.com/Waishnav/devspace / process-platform.test.ts

File process-platform.test.ts

src/process-platform.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from "node:assert/strict";
2import { resolveShellCommand, terminateProcessTree } from "./process-platform.js";
3
4assert.deepEqual(resolveShellCommand("echo ok", "win32", { ComSpec: "C:\\Windows\\cmd.exe" }), {

Callers

nothing calls this directly

Calls 2

resolveShellCommandFunction · 0.85
terminateProcessTreeFunction · 0.85

Tested by

no test coverage detected