Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ equal as eq, deepEqual } from
"./assert"
;
2
3
export
function
myFunction() {
4
function
it() {
5
eq(1, arguments[0]);
6
}
7
deepEqual(1, 1);
8
it();
9
}
10
11
const
bb = eq();
Callers
nothing calls this directly
Calls
1
it
Function · 0.70
Tested by
no test coverage detected