Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/ execSync
Function
execSync
talent/test/talent.test.js:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
const
talent = require(
'@google-cloud/talent'
).v4;
23
const
execSync = cmd => cp.execSync(cmd, {encoding:
'utf-8'
});
24
25
/**
26
* For eventually consistent APIs, retry the test after a few seconds, up to 3 times.
Callers
1
talent.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected