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

Function execSync

dlp/system-test/deid.test.js:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25const {MOCK_DATA} = require('./mockdata');
26
27const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
28
29const harmfulString = 'My SSN is 372819127';
30const harmlessString = 'My favorite color is blue';

Callers 1

deid.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected