Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
import
(
'./probe-late-target.cjs'
).then(({ add }) => {
4
const
result = add(3, 2);
Callers
nothing calls this directly
Calls
5
multiply
Function · 0.70
add
Function · 0.50
require
Function · 0.50
then
Method · 0.45
log
Method · 0.45
Tested by
no test coverage detected