Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/ execSync
Function
execSync
speech/system-test/recognize.test.js:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
const
cp = require(
'child_process'
);
23
24
const
execSync = cmd => cp.execSync(cmd, {encoding:
'utf-8'
});
25
26
const
storage =
new
Storage();
27
const
bucketName = `nodejs-docs-samples-test-${uuid.v4()}`;
Callers
1
recognize.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected