Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
const
cp = require(
'child_process'
);
22
23
const
execSync = cmd => cp.execSync(cmd, {encoding:
'utf-8'
});
24
25
const
GET_MODEL_REGION_TAG =
'get_model'
;
26
const
LOCATION =
'us-central1'
;
Callers
5
get_model.test.js
File · 0.70
exec
Function · 0.70
downscoping.test.js
File · 0.50
accessTokenFromImpersonatedCredentials.test.js
File · 0.50
auth.test.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected