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

Function execSync

dataproc/system-test/quickstart.test.js:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42const storage = new Storage();
43
44const execSync = cmd =>
45 cp.execSync(cmd, {
46 encoding: 'utf-8',
47 });
48
49const {delay} = require('./util');
50

Callers 1

quickstart.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected