Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/
Class
storagetransfer/test/utils/queue.js:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
const
uuid = require(
'uuid'
);
22
23
class
QueueManager {
24
constructor() {
25
this.pubsub =
new
PubSub();
26
AWS.config.update({region:
'us-west-1'
});
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected