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

Function execSync

storage/system-test/acl.test.js:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

acl.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected