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

Function sysLog

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

Source from the content-addressed store, hash-verified

6497 var curSysLog = ts.noop; // eslint-disable-line prefer-const
6498 /*@internal*/
6499 function sysLog(s) {
6500 return curSysLog(s);
6501 }
6502 ts.sysLog = sysLog;
6503 /*@internal*/
6504 function setSysLog(logger) {

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…