MCPcopy
hub / github.com/meteor/meteor / p

Function p

tools/cli/commands.js:2497–2502  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

2495 catalogRefresh: new catalog.Refresh.Never()
2496}, function (options) {
2497 var p = function (key) {
2498 if (_.has(options, key)) {
2499 return JSON.stringify(options[key]);
2500 }
2501 return 'none';
2502 };
2503
2504 Console.info(p('ething') + " " + p('port') + " " + p('changed') +
2505 " " + p('args'));

Callers 3

commands.jsFile · 0.85
d3_time_parseFunction · 0.85
d3_time_parseFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected