MCPcopy
hub / github.com/microsoft/playwright / killAndWait

Function killAndWait

packages/utils/processLauncher.ts:267–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265 }
266
267 function killAndWait() {
268 killProcess();
269 return waitForCleanup;
270 }
271
272 return { launchedProcess: spawnedProcess, gracefullyClose, kill: killAndWait };
273}

Callers

nothing calls this directly

Calls 1

killProcessFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…