MCPcopy Create free account
hub / github.com/vercel/vercel / __resetRunningContainers

Function __resetRunningContainers

packages/container/src/dev.ts:416–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

414
415/** Test-only: clear the reused-container caches between cases. */
416export function __resetRunningContainers(): void {
417 runningContainers.clear();
418 pendingContainers.clear();
419}
420
421/**
422 * Stable identity for a dev container so repeat requests reuse the same running

Callers 1

unit.test.tsFile · 0.90

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected