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

Function warn

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

Source from the content-addressed store, hash-verified

2647 }
2648 log_1.error = error;
2649 function warn(s) {
2650 logMessage(LogLevel.Warning, s);
2651 }
2652 log_1.warn = warn;
2653 function log(s) {
2654 logMessage(LogLevel.Info, s);

Callers 1

compile_templatesMethod · 0.50

Calls 1

logMessageFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…