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

Function execSync

storage/system-test/buckets.test.js:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21const uuid = require('uuid');
22
23const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
24
25const storage = new Storage();
26const samplesTestBucketPrefix = `nodejs-storage-samples-${uuid.v4()}`;

Callers 1

buckets.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected