Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/ execSync
Function
execSync
storage/system-test/files.test.js:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
const
{promisify} = require(
'util'
);
25
26
const
execSync = cmd => cp.execSync(cmd, {encoding:
'utf-8'
});
27
28
const
storage =
new
Storage();
29
const
cwd = path.join(__dirname,
'..'
);
Callers
1
files.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected