MCPcopy Index your code
hub / github.com/nodejs/node / probe-late-entry.js

File probe-late-entry.js

test/fixtures/debugger/probe-late-entry.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3import('./probe-late-target.cjs').then(({ add }) => {
4 const result = add(3, 2);

Callers

nothing calls this directly

Calls 5

multiplyFunction · 0.70
addFunction · 0.50
requireFunction · 0.50
thenMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected