Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ unused
Function
unused
test/configCases/inner-graph/issue-20151/wtf.js:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
{ __ } from
'./i18n.js'
;
2
3
export
function
unused() {
4
return
__(
"wtf"
);
5
}
6
7
export
function
used() {
8
return
__(
"ok"
);
Callers
nothing calls this directly
Calls
1
__
Function · 0.90
Tested by
no test coverage detected