MCPcopy
hub / github.com/webpack/webpack / myFunction

Function myFunction

test/configCases/inner-graph/basic/module.js:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { equal as eq, deepEqual } from "./assert";
2
3export function myFunction() {
4 function it() {
5 eq(1, arguments[0]);
6 }
7 deepEqual(1, 1);
8 it();
9}
10
11const bb = eq();

Callers

nothing calls this directly

Calls 1

itFunction · 0.70

Tested by

no test coverage detected