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

Function trace

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

Source from the content-addressed store, hash-verified

2655 }
2656 log_1.log = log;
2657 function trace(s) {
2658 logMessage(LogLevel.Verbose, s);
2659 }
2660 log_1.trace = trace;
2661 })(log = Debug.log || (Debug.log = {}));
2662 var assertionCache = {};

Callers 15

initFunction · 0.85
beforeFunction · 0.85
afterFunction · 0.85
destroyFunction · 0.85
traceBeginFunction · 0.85
traceEndFunction · 0.85
countFunction · 0.85
countResetFunction · 0.85
timeFunction · 0.85
timeEndFunction · 0.85
timeLogFunction · 0.85
doTraceFunction · 0.85

Calls 3

logMessageFunction · 0.70
traceMethod · 0.45
applyMethod · 0.45

Tested by 1

testFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…