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

Function execSync

compute/test/snapshots.test.js:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29const regionDisksClient = new compute.RegionDisksClient();
30
31const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
32
33const createRegionDisk = async (projectId, region, diskName) => {
34 const [response] = await regionDisksClient.insert({

Callers 1

snapshots.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected