Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ foo
Function
foo
test/cases/optimize/concat-star-import/module.js:3–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
* as c from
"cmodule"
;
2
3
export
function
foo() {
4
// variable name matches the imported package name
5
const
cmodule = c([1, 2]);
6
return
cmodule + cmodule;
7
}
Callers
1
index.js
File · 0.90
Calls
1
c
Function · 0.50
Tested by
no test coverage detected