MCPcopy Index your code
hub / github.com/nodejs/node / verboseReportProjectStatus

Function verboseReportProjectStatus

test/fixtures/snapshot/typescript.js:125579–125583  ·  view source on GitHub ↗

* Report the up-to-date status of a project if we're in verbose mode

(state, configFileName, status)

Source from the content-addressed store, hash-verified

125577 * Report the up-to-date status of a project if we're in verbose mode
125578 */
125579 function verboseReportProjectStatus(state, configFileName, status) {
125580 if (state.options.verbose) {
125581 reportUpToDateStatus(state, configFileName, status);
125582 }
125583 }
125584})(ts || (ts = {}));
125585var ts;
125586(function (ts) {

Callers 1

Calls 1

reportUpToDateStatusFunction · 0.85

Tested by

no test coverage detected