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

Function enter

test/fixtures/snapshot/typescript.js:3722–3726  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3720 exit: exit
3721 };
3722 function enter() {
3723 if (++enterCount === 1) {
3724 mark(startMarkName);
3725 }
3726 }
3727 function exit() {
3728 if (--enterCount === 0) {
3729 mark(endMarkName);

Callers 7

addSourceFunction · 0.70
setSourceContentFunction · 0.70
addNameFunction · 0.70
addMappingFunction · 0.70
appendSourceMapFunction · 0.70
commitPendingMappingFunction · 0.70
emitFilesFunction · 0.70

Calls 2

nextStateFunction · 0.85
markFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…