MCPcopy
hub / github.com/cloudflare/vibesdk / getTestInstanceId

Function getTestInstanceId

container/monitor-cli.test.ts:229–231  ·  view source on GitHub ↗

* Generate unique instance ID for test isolation

()

Source from the content-addressed store, hash-verified

227 * Generate unique instance ID for test isolation
228 */
229function getTestInstanceId(): string {
230 return `test-${Date.now()}-${++testInstanceCounter}`;
231}
232
233/**
234 * Create a temporary data directory for tests

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected