MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/nodejs-docs-samples / generateTestId

Function generateTestId

compute/test/util.js:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23// Get a unique ID to use for test resources.
24function generateTestId() {
25 return `${PREFIX}-${uuid.v4()}`.substr(0, 30);
26}
27
28/**
29 * Get VM instances created more than one hour ago.

Calls

no outgoing calls

Tested by

no test coverage detected