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

Function execSync

monitoring/snippets/test/alerts.test.js:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23const fs = require('fs');
24
25const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
26
27const client = new monitoring.AlertPolicyServiceClient();
28const channelClient = new monitoring.NotificationChannelServiceClient();

Callers 7

alerts.test.jsFile · 0.70
livestream.test.jsFile · 0.50
stitcher.test.jsFile · 0.50
transcoder.test.jsFile · 0.50
createJobFromPresetFunction · 0.50
execFunction · 0.50
execFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected