Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/ execSync
Function
execSync
asset/snippets/test/asset.test.js:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
const
cp = require(
'child_process'
);
23
const
execSync = cmd => cp.execSync(cmd, {encoding:
'utf-8'
});
24
25
function
sleep(ms) {
26
return
new
Promise(resolve => setTimeout(resolve, ms));
Callers
1
asset.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected