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

Function error

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

Source from the content-addressed store, hash-verified

2643 Debug.log = log;
2644 (function (log_1) {
2645 function error(s) {
2646 logMessage(LogLevel.Error, s);
2647 }
2648 log_1.error = error;
2649 function warn(s) {
2650 logMessage(LogLevel.Warning, s);

Callers 15

scanConflictMarkerTriviaFunction · 0.70
scanNumberFragmentFunction · 0.70
scanNumberFunction · 0.70
scanHexDigitsFunction · 0.70
scanStringFunction · 0.70
scanEscapeSequenceFunction · 0.70
scanHexadecimalEscapeFunction · 0.70
scanBinaryOrOctalDigitsFunction · 0.70
scanFunction · 0.70

Calls 4

createErrorFunction · 0.85
logMessageFunction · 0.70
onErrorFunction · 0.70
addMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…