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

Function execSync

storage/system-test/files.test.js:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24const {promisify} = require('util');
25
26const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
27
28const storage = new Storage();
29const cwd = path.join(__dirname, '..');

Callers 1

files.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected