MCPcopy
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

1import value from "package";
2
3export function X() {
4 return "X";
5}
6
7export function Y() {
8 return value;

Callers 1

index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected