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

Function execSync

compute/test/consistencyGroup.test.js:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25const {getStaleDisks, deleteDisk} = require('./util');
26
27const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
28const cwd = path.join(__dirname, '..');
29
30const disksClient = new computeLib.DisksClient();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected