Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/
Class
storagetransfer/test/utils/bucket.js:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
const
uuid = require(
'uuid'
);
27
28
class
BucketManager {
29
constructor() {
30
this.client =
new
StorageTransferServiceClient();
31
this.storage =
new
Storage();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected