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

Function execSync

vision/system-test/detect.test.js:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23const vision = require('@google-cloud/vision');
24
25const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
26
27const client = new vision.ImageAnnotatorClient();
28

Callers 1

detect.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected