Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ X
Function
X
test/cases/side-effects/issue-11673/module.js:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
value from
"package"
;
2
3
export
function
X() {
4
return
"X"
;
5
}
6
7
export
function
Y() {
8
return
value;
Callers
1
index.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected