MCPcopy
hub / github.com/webpack/webpack / xyz

Function xyz

test/configCases/inner-graph/issue-20151/index.js:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6const __ = i18n.__;
7
8function xyz() {
9 used();
10 __("abc");
11}
12xyz();
13
14it("Should keep top-level `__` variable name in the entry module", () => {

Callers

nothing calls this directly

Calls 2

usedFunction · 0.90
__Function · 0.85

Tested by

no test coverage detected