MCPcopy
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

1import { __ } from './i18n.js';
2
3export function unused() {
4 return __( "wtf" );
5}
6
7export function used() {
8 return __( "ok" );

Callers

nothing calls this directly

Calls 1

__Function · 0.90

Tested by

no test coverage detected