MCPcopy
hub / github.com/webpack/webpack / foo

Function foo

test/cases/optimize/concat-star-import/module.js:3–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import * as c from "cmodule";
2
3export function foo() {
4 // variable name matches the imported package name
5 const cmodule = c([1, 2]);
6 return cmodule + cmodule;
7}

Callers 1

index.jsFile · 0.90

Calls 1

cFunction · 0.50

Tested by

no test coverage detected