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

Function installed

lib/completion.js:208–214  ·  view source on GitHub ↗
(marker, completer, cb)

Source from the content-addressed store, hash-verified

206}
207
208function installed (marker, completer, cb) {
209 readRc(completer, function(err, file) {
210 if(err) return cb(err);
211 var installed = file.match(marker);
212 return cb(!!installed);
213 });
214}
215
216function parseEnv() {
217 var args = process.argv.slice(2),

Callers

nothing calls this directly

Calls 2

readRcFunction · 0.85
cbFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…