MCPcopy
hub / github.com/Unitech/pm2 / displayConf

Function displayConf

lib/API/Configuration.js:202–212  ·  view source on GitHub ↗

* Configuration

(target_app, cb)

Source from the content-addressed store, hash-verified

200 * Configuration
201 */
202function displayConf(target_app, cb) {
203 if (typeof(target_app) == 'function') {
204 cb = target_app;
205 target_app = null;
206 }
207
208 Configuration.getAll(function(err, data) {
209 UX.helpers.dispKeys(data, target_app);
210 return cb();
211 });
212}

Callers 1

Configuration.jsFile · 0.85

Calls 1

cbFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…