MCPcopy Index your code
hub / github.com/Unitech/pm2 / serializeConfiguration

Function serializeConfiguration

lib/Configuration.js:31–33  ·  view source on GitHub ↗
(json_conf)

Source from the content-addressed store, hash-verified

29}
30
31function serializeConfiguration(json_conf) {
32 return JSON.stringify(json_conf, null, 4)
33}
34
35Configuration.set = function(key, value, cb) {
36 fs.readFile(cst.PM2_MODULE_CONF_FILE, function(err, data) {

Callers 1

Configuration.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…