Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
24
function
generateTestId() {
25
return
`${PREFIX}-${uuid.v4()}`.substr(0, 30);
26
}
27
28
/**
29
* Get VM instances created more than one hour ago.
Callers
10
createInstanceTemplates.test.js
File · 0.85
disks.test.js
File · 0.85
preemptible.test.js
File · 0.85
samples.test.js
File · 0.85
creatingManagingWindows.test.js
File · 0.85
createStartInstance.test.js
File · 0.85
creatingWindowsOSImage.test.js
File · 0.85
preventAccidentalVMDeletion.test.js
File · 0.85
customMachineType.test.js
File · 0.85
suspendResume.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected