MCPcopy
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

4export const used = new URL("file.png?used", import.meta.url);
5
6function fn() {
7 return new URL("file.png?indirect", import.meta.url);
8}

Callers 6

main.jsFile · 0.90
index.jsFile · 0.50
module.jsFile · 0.50
expectIfAvailableFunction · 0.50
itIfAvailableFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected