Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ probe-multi-entry.js
File
probe-multi-entry.js
test/fixtures/debugger/probe-multi-entry.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
const
{ add } = require(
'./probe-multi-a/utils'
);
4
const
{ multiply } = require(
'./probe-multi-b/utils'
);
Callers
nothing calls this directly
Calls
3
multiply
Function · 0.70
require
Function · 0.50
add
Function · 0.50
Tested by
no test coverage detected