Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/ execSync
Function
execSync
dlp/system-test/redact.test.js:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
const
DLP = require(
'@google-cloud/dlp'
);
24
25
const
execSync = cmd => cp.execSync(cmd, {encoding:
'utf-8'
});
26
27
const
testImage =
'resources/test.png'
;
28
const
testResourcePath =
'system-test/resources'
;
Callers
1
redact.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected