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

Function execSync

compute/test/replicatedDisk.test.js:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24const computeLib = require('@google-cloud/compute');
25
26const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
27const cwd = path.join(__dirname, '..');
28
29async function deleteDisk(projectId, region, diskName) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected