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

Function exec

dialogflow/system-test/detect.test.js:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 .replace(/(\s+)/g, '\\$1');
31
32const exec = cmd => execSync(cmd, {encoding: 'utf8'});
33
34describe('basic detection', () => {
35 it('should detect text queries', async () => {

Callers 1

detect.test.jsFile · 0.70

Calls 1

execSyncFunction · 0.50

Tested by

no test coverage detected