Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ setToString
Function
setToString
test/configCases/mangle/mangle-with-object-prop/module.js:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
export
const
def =
"def"
;
3
export
let
toString;
4
export
const
setToString = () => {
5
toString = () =>
"toString"
;
6
};
7
export
const
moduleId = module.id;
8
export
const
a =
"single char"
;
9
export
const
$1 =
"double char"
;
Callers
1
index.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected