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

Function log

test/fixtures/snapshot/typescript.js:2640–2642  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

2638 }
2639 }
2640 function log(s) {
2641 logMessage(LogLevel.Info, s);
2642 }
2643 Debug.log = log;
2644 (function (log_1) {
2645 function error(s) {

Callers 15

discoverTypingsFunction · 0.70
addInferredTypingsFunction · 0.70
getTypingNamesFunction · 0.70
getCompletionDataFunction · 0.70
isCompletionListBlockerFunction · 0.70
synchronizeHostDataFunction · 0.70

Calls 2

logMessageFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected