Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
const
__ = i18n.__;
7
8
function
xyz() {
9
used();
10
__(
"abc"
);
11
}
12
xyz();
13
14
it(
"Should keep top-level `__` variable name in the entry module"
, () => {
Callers
nothing calls this directly
Calls
2
used
Function · 0.90
__
Function · 0.85
Tested by
no test coverage detected