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

Function execSync

dlp/system-test/jobs.test.js:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20const DLP = require('@google-cloud/dlp');
21
22const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
23
24const badJobName = 'projects/not-a-project/dlpJobs/i-123456789';
25

Callers 1

jobs.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected