Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ fn
Function
fn
test/configCases/side-effects/url/module.js:6–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
export
const
used =
new
URL(
"file.png?used"
,
import
.meta.url);
5
6
function
fn() {
7
return
new
URL(
"file.png?indirect"
,
import
.meta.url);
8
}
Callers
6
main.js
File · 0.90
index.js
File · 0.50
module.js
File · 0.50
underscore-like.mjs
File · 0.50
expectIfAvailable
Function · 0.50
itIfAvailable
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected