MCPcopy
hub / github.com/webpack/webpack / __

Function __

test/configCases/inner-graph/issue-20151/i18n.js:3–5  ·  view source on GitHub ↗
( v )

Source from the content-addressed store, hash-verified

1const doSomething = () => {};
2
3export function __( v ) {
4 doSomething( v );
5}
6
7export default {
8 __,

Callers 3

unusedFunction · 0.90
usedFunction · 0.90
xyzFunction · 0.85

Calls 1

doSomethingFunction · 0.70

Tested by

no test coverage detected