Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
const
storage =
new
Storage();
43
44
const
execSync = cmd =>
45
cp.execSync(cmd, {
46
encoding:
'utf-8'
,
47
});
48
49
const
{delay} = require(
'./util'
);
50
Callers
1
quickstart.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected