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

Function execSync

automl/test/get_model.test.js:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21const cp = require('child_process');
22
23const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
24
25const GET_MODEL_REGION_TAG = 'get_model';
26const LOCATION = 'us-central1';

Callers 5

get_model.test.jsFile · 0.70
execFunction · 0.70
auth.test.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected